aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-gnupg
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-09-19 14:13:05 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-09-19 14:13:05 +0000
commit5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb (patch)
tree9710fc7fdeadc728bf139f2d5372921d42f9c50a /security/pecl-gnupg
parentcc7f1af739f33c1734829c8d9aa27a09be5e11e0 (diff)
downloadports-5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb.tar.gz
ports-5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb.zip
- Respect CFLAGS, porters handbook ch 12.15
PR: 102802 Submitted by: Soeren Straarup <xride___x12.dk>
Notes
Notes: svn path=/head/; revision=173388
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r--security/pecl-gnupg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 93d6cab420bc..6cdcaa653487 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -24,7 +24,7 @@ USE_PHPEXT= yes
PHP_MODNAME= gnupg
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
-CFLAGS= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}