diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-11 20:25:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-11 20:25:25 +0800 |
commit | 60f2f3d5db6c091db7d70c6cf702b9a4820e57d0 (patch) | |
tree | c18f0837c5a7fbad1db51816a2bef3e06060a0d0 /devel/glade3/Makefile | |
parent | 303361b2423e8366100259ed4fe3350fac922200 (diff) | |
download | marcuscom-ports-60f2f3d5db6c091db7d70c6cf702b9a4820e57d0.tar.gz 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/glade3/Makefile')
-rw-r--r-- | devel/glade3/Makefile | 4 |
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 |