diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 14:04:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 14:04:16 +0000 |
commit | ecf52c894df7975e591c97b9dd79b348e7c83d51 (patch) | |
tree | a4ef7356d90a379d50515367a0bd7146e6c38808 /deskutils/xfce4-notification-daemon | |
parent | 47f86545f84ccdfbbbbbbd4b6f3147455fee4061 (diff) | |
download | ports-ecf52c894df7975e591c97b9dd79b348e7c83d51.tar.gz ports-ecf52c894df7975e591c97b9dd79b348e7c83d51.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index a745882cf71f..21ad7976e42a 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -7,6 +7,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/notification-daemon-xfce/ \ http://critical.ch/distfiles/ \ @@ -27,7 +28,6 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_XLIB= yes USE_XFCE= configenv libutil libgui CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ |