aboutsummaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorYi-Jheng Lin <yzlin@FreeBSD.org>2010-05-12 13:21:12 +0000
committerYi-Jheng Lin <yzlin@FreeBSD.org>2010-05-12 13:21:12 +0000
commitdaa34077435c68d391fadf81f21c8c70cde9dccf (patch)
treea2d0d23a2653a6d0a810a863e45ebe33e4b67f88 /www/suphp
parent5c169f79adf3ec18ec30032bed39b166f0ddc9dd (diff)
downloadports-daa34077435c68d391fadf81f21c8c70cde9dccf.tar.gz
ports-daa34077435c68d391fadf81f21c8c70cde9dccf.zip
- Fix build error
Approved by: lwhsu/rafan (mentors, implicit) Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=254194
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index c4d46e4d1ada..dc5e6b7b18d5 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= suphp
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.suphp.org/download/ \
${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|}
@@ -24,7 +25,7 @@ WANT_PHP_CGI= yes
MYPORTDOCS= apache/CONFIG apache/INSTALL apache/README CONFIG LICENSE INSTALL README
-CONFIGURE_ARGS= --with-apxs=${APXS}
+CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include --with-apxs=${APXS}
# WITH_SETID_MODE should be a value of "owner", "force", or "paranoid".
# It's important that you understand the differences between each mode.