aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/sams/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/sams/Makefile b/www/sams/Makefile
index e3634f884ce3..35215771608b 100644
--- a/www/sams/Makefile
+++ b/www/sams/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sams
DISTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://sams.perm.ru/download/ \
@@ -22,7 +22,6 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_RC_SUBR= sams.sh
OPTIONS= NTLM "NTLM autorization/ActiveDirectory support" off \
- APACHE22 "Use apache version 2.2" on \
INSTALLGD "Graphic reports" on
USE_GMAKE= yes
@@ -47,10 +46,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ntlm_auth:${PORTSDIR}/net/samba3
USE_PHP+= ldap
.endif
-.if defined(WITH_APACHE22)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22
-.else
-RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13
+.if defined(WITH_APACHE)
+USE_APACHE= 1.3+
.endif
.if defined(WITH_INSTALLGD)