aboutsummaryrefslogtreecommitdiff
path: root/www/sams
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-06 04:50:50 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-06 04:50:50 +0000
commit494c3ced49cc630dfd3bbc12e5362d2c9e192e41 (patch)
treedf8766a37bee1b8758ba9c21cd3bed536d8dd070 /www/sams
parent9f74c0b37425c5d246ef119951a1cdc414a16cea (diff)
downloadports-494c3ced49cc630dfd3bbc12e5362d2c9e192e41.tar.gz
ports-494c3ced49cc630dfd3bbc12e5362d2c9e192e41.zip
Notes
Diffstat (limited to 'www/sams')
-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)