aboutsummaryrefslogtreecommitdiff
path: root/x11/startup-notification/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/startup-notification/Makefile')
-rw-r--r--x11/startup-notification/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile
index d66a541af416..3ca5225067ad 100644
--- a/x11/startup-notification/Makefile
+++ b/x11/startup-notification/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/startup-notification/Makefile,v 1.8 2006/09/10 00:51:15 mezz Exp $
+# $MCom: ports/x11/startup-notification/Makefile,v 1.10 2010/07/21 18:04:43 mezz Exp $
#
PORTNAME= startup-notification
PORTVERSION= 0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
DIST_SUBDIR= gnome2
@@ -18,13 +18,14 @@ COMMENT= Library that supports startup notification spec from freedesktop.org
LIB_DEPENDS= xcb-aux.0:${PORTSDIR}/x11/xcb-util
-USE_XORG= x11 ice sm
+USE_XORG= x11
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
-USE_GNOME= gnomehack gnometarget pkgconfig
+USE_GNOME= gnomehack gnometarget pkgconfig ltasneededhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=ac_cv_lib_ICE_IceConnectionNumber=no
.include <bsd.port.mk>