diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 03:51:16 +0800 |
commit | e44b26dc74b5fc03ddc032d49160418708d254f0 (patch) | |
tree | ae7dfd6b868b76472098f29f9f56578edb860c98 /devel/gconf2 | |
parent | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff) | |
download | marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.bz2 marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.lz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.xz marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip |
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r-- | devel/gconf2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 8f1cb0137..dba0287b7 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.126 2011/04/05 09:19:12 kwm Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.127 2011/04/25 12:19:03 kwm Exp $ # PORTNAME= gconf2 @@ -36,10 +36,8 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= gconftool-2.1 gsettings-data-convert.1 \ gsettings-schema-convert.1 |