summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-07-11 20:25:25 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-07-11 20:25:25 +0800
commit60f2f3d5db6c091db7d70c6cf702b9a4820e57d0 (patch)
treec18f0837c5a7fbad1db51816a2bef3e06060a0d0 /devel
parent303361b2423e8366100259ed4fe3350fac922200 (diff)
downloadmarcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.gz
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.bz2
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.lz
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.xz
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.zst
marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.zip
De-recurse CPPFLAGS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16105 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/glade3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
index 4817f4b4a..032e8f55a 100644
--- a/devel/glade3/Makefile
+++ b/devel/glade3/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glade3/Makefile,v 1.47 2011/06/10 22:59:03 mezz Exp $
+# $MCom: ports/devel/glade3/Makefile,v 1.48 2011/06/11 19:51:14 mezz Exp $
#
PORTNAME= glade3
@@ -28,7 +28,7 @@ USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CPPFLAGS= ${CPPFLAGS} -I${LOCALBASE}/include
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
DOCSDIR= ${PREFIX}/share/doc/gladeui