diff options
Diffstat (limited to 'x11/gnomeapplets2/Makefile')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 5f7814a69..aa4e947f7 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.100 2006/01/31 20:32:20 marcus Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.101 2006/01/31 20:36:55 marcus Exp $ # PORTNAME= gnomeapplets2 -PORTVERSION= 2.13.3 +PORTVERSION= 2.13.4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.13 @@ -39,7 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ gswitchit.schemas gtik.schemas gweather.schemas \ - mini-commander-global.schemas mini-commander.schemas \ mixer.schemas multiload.schemas \ stickynotes.schemas @@ -47,6 +46,11 @@ FREEBSD_SYS?= /usr/src/sys .include <bsd.port.pre.mk> +.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ + defined(WITH_LIBNOTIFY) +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +.endif + .if ${ARCH} != "i386" && ${ARCH} != "amd64" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" PLIST_SUB= BATTERY="@comment " |