From ceb6ee3b0273070d5eb71085866fb7994101fb33 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 14 Jul 2010 15:24:13 +0000 Subject: 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 --- x11/startup-notification/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') 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 -- cgit