diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 20:44:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 20:44:11 +0800 |
commit | c6be18f41eddea5da75854f8a8836e836ba475e3 (patch) | |
tree | 283da781c8550578ff57058586886c925fccefe7 /devel/gconf2/Makefile | |
parent | 088f1b33b32de6b4610039a31d191be378c00488 (diff) | |
download | marcuscom-ports-c6be18f41eddea5da75854f8a8836e836ba475e3.tar.gz marcuscom-ports-c6be18f41eddea5da75854f8a8836e836ba475e3.tar.zst marcuscom-ports-c6be18f41eddea5da75854f8a8836e836ba475e3.zip |
Update to 3.2.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16796 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 cda3bebd4..7db91850a 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.130 2011/10/15 16:05:22 kwm Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.131 2011/10/26 20:37:12 kwm Exp $ # PORTNAME= gconf2 -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.5 PORTREVISION= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -36,8 +36,8 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= gconftool-2.1 gsettings-data-convert.1 \ gsettings-schema-convert.1 |