aboutsummaryrefslogtreecommitdiff
path: root/devel/dconf/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-10-20 17:13:00 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-10-20 17:13:00 +0000
commit8314647367f613e0cda61653eb35b14f5530b7e8 (patch)
tree57c7704d6ba2161f958c41f0ae34279f9287176d /devel/dconf/Makefile
parente7718f19b1cdb126ca2e45c9c664c04df407dba8 (diff)
downloadports-8314647367f613e0cda61653eb35b14f5530b7e8.tar.gz
ports-8314647367f613e0cda61653eb35b14f5530b7e8.zip
Update dconf to 0.26.1.
This allows vala to be updated to 0.36. PR: 222017 (based on) Submitted by: cpm@
Notes
Notes: svn path=/head/; revision=452544
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r--devel/dconf/Makefile12
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' \