aboutsummaryrefslogtreecommitdiffstats
path: root/www/sams
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-01-02 00:47:41 +0800
committerohauer <ohauer@FreeBSD.org>2012-01-02 00:47:41 +0800
commit48837ab16bde31ea9c001422df6073d693256ce1 (patch)
tree64668ce4ec857bdbc987620cd74567b0e5e6f87f /www/sams
parent86447a151bfb3c2a9e868307ff3efab5eb72ca61 (diff)
downloadfreebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.gz
freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.zst
freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.zip
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
Diffstat (limited to 'www/sams')
-rw-r--r--www/sams/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sams/Makefile b/www/sams/Makefile
index d8a6f12f016b..d097321682d4 100644
--- a/www/sams/Makefile
+++ b/www/sams/Makefile
@@ -48,7 +48,7 @@ USE_PHP+= ldap
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 13+
+USE_APACHE= 20+
.endif
.if defined(WITH_INSTALLGD)