diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-31 20:52:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-31 20:52:13 +0000 |
commit | 20d7a1e937646cbf9f3d4e18baa4b7354ea62158 (patch) | |
tree | 980e42273e782a4cbfdc53be650daa0fac1d4fbb /deskutils/notification-daemon | |
parent | 393be3a0992a1e9542edea5a85720a8eb2506104 (diff) |
Move this port to LOCALBASE since it doesn't need to be under X11BASE, and
doesn't need gnomeprefix.
Notes
Notes:
svn path=/head/; revision=141632
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 |