aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-qrencode
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2009-06-10 09:03:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2009-06-10 09:03:31 +0000
commit354498840158e13e3b751735b71bcae75769396c (patch)
tree691392057f456d5b86122652cab653d1213eb162 /graphics/pecl-qrencode
parenta2b09f59bfd40bb6618b808f61bdc1389b144358 (diff)
downloadports-354498840158e13e3b751735b71bcae75769396c.tar.gz
ports-354498840158e13e3b751735b71bcae75769396c.zip
Notes
Diffstat (limited to 'graphics/pecl-qrencode')
-rw-r--r--graphics/pecl-qrencode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile
index 218e6c1cc7de..8f58727597a2 100644
--- a/graphics/pecl-qrencode/Makefile
+++ b/graphics/pecl-qrencode/Makefile
@@ -22,7 +22,8 @@ USE_PHP= yes
USE_PHPEXT= yes
USE_BZIP2= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ARGS= --with-qrencode=${PREFIX}
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
.include <bsd.port.mk>