diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-14 15:24:13 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-14 15:24:13 +0000 |
commit | f82de64b9133cc93dc812520c44da88bc3ec7a0b (patch) | |
tree | 9a68d25f5e56619293bbaa1928c4e062817bc9b4 | |
parent | Update to 1.91. (diff) |
Add libSM and libICE in the dependency as those will be linked when those
exist in the system. Bump the PORTREVISION.
PR: ports/148101
Submitted by: truckman
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257755
-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 |