aboutsummaryrefslogtreecommitdiff
path: root/www/suphp/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-22 21:15:50 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-22 21:15:50 +0000
commitb7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch)
tree884d351fee646b4e7b1b5c851bf898976e69b28e /www/suphp/Makefile
parent221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff)
downloadports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.tar.gz
ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.zip
- USE_APACHE= s/22+/22/
- adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@
Notes
Notes: svn path=/head/; revision=304723
Diffstat (limited to 'www/suphp/Makefile')
-rw-r--r--www/suphp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index 37acdf4a8d30..714330321d9f 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: suphp
-# Date created: 15 September 2002
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
-#
PORTNAME= suphp
PORTVERSION= 0.7.1
@@ -19,7 +15,7 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal:env automake:env autoconf:env libtool:env
# Maintainer has not tested suPHP 0.6.x on Apache 1.3.
-USE_APACHE= 22+
+USE_APACHE= 22
CFLAGS+= -I${LOCALBASE}/include
USE_CSTD= gnu89
USE_PHP= yes