diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 17:42:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-08 17:42:06 +0800 |
commit | 6a27b8e26a2fce6db906455245f738b5023be59e (patch) | |
tree | 6341b78649728028caee01a653f03b880e6b586c /devel/dconf/Makefile | |
parent | 2a85633170c037f96b8b112fb0c240267f8d4ab2 (diff) | |
download | marcuscom-ports-6a27b8e26a2fce6db906455245f738b5023be59e.tar.gz marcuscom-ports-6a27b8e26a2fce6db906455245f738b5023be59e.tar.zst marcuscom-ports-6a27b8e26a2fce6db906455245f738b5023be59e.zip |
Update to 0.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 30dbbd328..c28be4530 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.25 2011/09/16 19:20:38 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.26 2011/09/19 19:48:43 kwm Exp $ # PORTNAME= dconf -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME -BUILD_DEPENDS= vala>=0.11.4:${PORTSDIR}/lang/vala +BUILD_DEPENDS= vala>=0.11.7:${PORTSDIR}/lang/vala LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ dbus-1.3:${PORTSDIR}/devel/dbus @@ -25,8 +25,8 @@ USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= EDITOR "Build the dconf editor (requires Gtk+3)" On |