diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-16 00:19:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-16 00:19:16 +0800 |
commit | d2a324db2294beed578f622380d34eae53d73aa8 (patch) | |
tree | 1cb8553659625e56c68372fbffa0f861b8bf22bf /devel/gconf2/Makefile | |
parent | 6ce839678978039e664a7528896a1bd1d089c582 (diff) | |
download | marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar.gz marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar.bz2 marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar.lz marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar.xz marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.tar.zst marcuscom-ports-d2a324db2294beed578f622380d34eae53d73aa8.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16418 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 754166880..d265bfa1c 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.128 2011/06/11 19:51:14 mezz Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.129 2011/06/16 17:43:22 kwm Exp $ # PORTNAME= gconf2 -PORTVERSION= 2.32.4 -PORTREVISION?= 0 +PORTVERSION= 3.2.0 +PORTREVISION= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -37,7 +37,7 @@ USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS= -L${LOCALBASE}/lib MAN1= gconftool-2.1 gsettings-data-convert.1 \ gsettings-schema-convert.1 |