diff options
author | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2010-05-12 13:21:12 +0000 |
---|---|---|
committer | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2010-05-12 13:21:12 +0000 |
commit | daa34077435c68d391fadf81f21c8c70cde9dccf (patch) | |
tree | a2d0d23a2653a6d0a810a863e45ebe33e4b67f88 /www/suphp | |
parent | 5c169f79adf3ec18ec30032bed39b166f0ddc9dd (diff) | |
download | ports-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/Makefile | 3 |
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. |