diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-09-19 14:13:05 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-09-19 14:13:05 +0000 |
commit | 5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb (patch) | |
tree | 9710fc7fdeadc728bf139f2d5372921d42f9c50a /security/pecl-gnupg | |
parent | cc7f1af739f33c1734829c8d9aa27a09be5e11e0 (diff) | |
download | ports-5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb.tar.gz ports-5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb.zip |
Notes
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r-- | security/pecl-gnupg/Makefile | 2 |
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} |