diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-29 18:05:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-29 18:05:51 +0800 |
commit | 0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104 (patch) | |
tree | 4a6dbd754b46d1616ab06bdf9d5258549d81f4f8 | |
parent | e07e74716d30d95d471dc5f4e2010fd8d2f5cbdd (diff) | |
download | marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar.gz marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar.bz2 marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar.lz marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar.xz marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.tar.zst marcuscom-ports-0c6f6af7c3493a533ffb7a5e60c04c3dbea5b104.zip |
And add man page.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14149 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gconf2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 9183e3d58..fd6b1de9a 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.113 2010/05/28 08:45:32 kwm Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.114 2010/05/29 09:50:55 kwm Exp $ # PORTNAME= gconf2 PORTVERSION= 2.31.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 +MAN1= gconftool-2.1 gsettings-data-convert.1 OPTIONS= LDAP "Enable LDAP support" off |