diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-08-29 18:11:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-08-29 18:11:16 +0000 |
commit | c2acf6c258de6c8b9cc01bf9846e18f3628bc512 (patch) | |
tree | 4d4890ebc9d6d5eb3033e11092768b6b3f61359d /deskutils/xfce4-notification-daemon | |
parent | 5433ed0c7e82fc2b9a10079b3a8e21ce6e7a44f5 (diff) | |
download | ports-c2acf6c258de6c8b9cc01bf9846e18f3628bc512.tar.gz ports-c2acf6c258de6c8b9cc01bf9846e18f3628bc512.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 8d24f0c6aa4e..5840fb8b859c 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= deskutils xfce MASTER_SITES= CRITICAL/ PKGNAMEPREFIX= xfce4- @@ -26,7 +26,6 @@ USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= librsvg2 USE_LDCONFIG= yes USE_XFCE= configenv libutil libgui -CFLAGS+= -fPIC CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ --libexecdir=${PREFIX}/libexec/xfce4 \ |