diff options
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 0977416d9886..23323e2f5749 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dconf -PORTVERSION= 0.24.0 -PORTREVISION= 1 +PORTVERSION= 0.26.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -12,18 +11,19 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Configuration database system for GNOME +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= vala>=0.18.1:lang/vala \ docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz +USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ |