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/dconf | |
parent | a9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff) | |
download | marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz 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/dconf')
-rw-r--r-- | devel/dconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index de5165d19..9b5883c97 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.21 2011/03/23 13:56:00 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.22 2011/05/09 17:53:48 kwm Exp $ # PORTNAME= dconf @@ -25,8 +25,8 @@ USE_GNOME= gnomehack gtk20 gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml post-patch: |