diff options
author | mezz <mezz@FreeBSD.org> | 2010-07-14 23:24:13 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-07-14 23:24:13 +0800 |
commit | ceb6ee3b0273070d5eb71085866fb7994101fb33 (patch) | |
tree | dac1a5023530589ad8eb5bc15ceb171c61aedc5f | |
parent | 2d0a773e718bf112c67dc6f79992967a1f683b44 (diff) | |
download | freebsd-ports-gnome-ceb6ee3b0273070d5eb71085866fb7994101fb33.tar.gz freebsd-ports-gnome-ceb6ee3b0273070d5eb71085866fb7994101fb33.tar.zst freebsd-ports-gnome-ceb6ee3b0273070d5eb71085866fb7994101fb33.zip |
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
-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 |