diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-01 04:52:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-01 04:52:13 +0800 |
commit | e91eb2dc5a030aeeba1b31908f306111ca16bf13 (patch) | |
tree | e4af5d6c6cccb22bb12cfc804c42cf5f81ac02d5 /deskutils/notification-daemon | |
parent | ae1d72aaf512039d686444c12f1030e693e4209c (diff) | |
download | freebsd-ports-gnome-e91eb2dc5a030aeeba1b31908f306111ca16bf13.tar.gz freebsd-ports-gnome-e91eb2dc5a030aeeba1b31908f306111ca16bf13.tar.zst freebsd-ports-gnome-e91eb2dc5a030aeeba1b31908f306111ca16bf13.zip |
Move this port to LOCALBASE since it doesn't need to be under X11BASE, and
doesn't need gnomeprefix.
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 5a9a438016f2..fdbc91b71178 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -7,6 +7,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago.info/files/releases/source/notification-daemon/ @@ -16,7 +17,7 @@ COMMENT= Send small notifications to your desktop LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ notify.0:${PORTSDIR}/devel/libnotify -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gtk20 +USE_GNOME= gnomehack gnometarget intlhack gtk20 USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services |