summaryrefslogtreecommitdiffstats
path: root/devel/dbus-glib/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
commite44b26dc74b5fc03ddc032d49160418708d254f0 (patch)
treeae7dfd6b868b76472098f29f9f56578edb860c98 /devel/dbus-glib/Makefile
parenta9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff)
downloadmarcuscom-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/dbus-glib/Makefile')
-rw-r--r--devel/dbus-glib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile
index bbccb60ce..97cc7e0c7 100644
--- a/devel/dbus-glib/Makefile
+++ b/devel/dbus-glib/Makefile
@@ -24,8 +24,8 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="1.0"