diff options
-rw-r--r-- | x11/startup-notification/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index ea9a402f6e10..d66a541af416 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -4,9 +4,11 @@ # # $FreeBSD$ # $MCom: ports/x11/startup-notification/Makefile,v 1.8 2006/09/10 00:51:15 mezz Exp $ +# PORTNAME= startup-notification PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 @@ -16,7 +18,7 @@ COMMENT= Library that supports startup notification spec from freedesktop.org LIB_DEPENDS= xcb-aux.0:${PORTSDIR}/x11/xcb-util -USE_XORG= x11 +USE_XORG= x11 ice sm USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig |