diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 06:59:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 06:59:35 +0800 |
commit | be2f454e10214749a7e1018e165bb935f5ca4685 (patch) | |
tree | b0f619f74ab351c33eb014b942ac206c5da6311b /deskutils/notification-daemon/Makefile | |
parent | b37c46065b1eebe350799265f4d168db096a071e (diff) | |
download | marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar.gz marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar.bz2 marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar.lz marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar.xz marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.tar.zst marcuscom-ports-be2f454e10214749a7e1018e165bb935f5ca4685.zip |
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16497 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/notification-daemon/Makefile')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 2162d15b3..d73a9924d 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -3,11 +3,11 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ -# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.11 2011/06/11 19:51:12 mezz Exp $ +# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.12 2011/08/11 19:48:45 kwm Exp $ # PORTNAME= notification-daemon -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -28,7 +28,7 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS= -L${LOCALBASE}/lib CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]* |