diff options
Diffstat (limited to 'www/libepc/Makefile')
-rw-r--r-- | www/libepc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/libepc/Makefile b/www/libepc/Makefile index e881bf661..d99e11c24 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -2,11 +2,12 @@ # Date created: 24 Mar 2008 # Whom: Koop Mast <kwm@FreeBSD.org> # -# $FreeBSD: ports/www/libepc/Makefile,v 1.13 2011/09/23 22:26:01 amdmi3 Exp $ +# $FreeBSD$ +# $MCom$ # PORTNAME= libepc -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= www MASTER_SITES= GNOME @@ -15,12 +16,13 @@ COMMENT= The Easy Publish and Consume library LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ soup-2.4.1:${PORTSDIR}/devel/libsoup \ + gnutls.47:${PORTSDIR}/security/gnutls \ avahi-ui-gtk3.0:${PORTSDIR}/net/avahi-gtk3 USE_XZ= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 +USE_GNOME= gnomeprefix gnomehack gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |