aboutsummaryrefslogtreecommitdiffstats
path: root/www/sams
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-06 12:50:50 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-06 12:50:50 +0800
commit739c9cf69d11ef68beb6d3c0aebdef5b5d4da73f (patch)
treed940c8fe1e53fb55fe2a4fdc24e4e80259c200b9 /www/sams
parentbb4b5d8a1f9acb52f18fe07b194e8aa853828dc5 (diff)
downloadfreebsd-ports-gnome-739c9cf69d11ef68beb6d3c0aebdef5b5d4da73f.tar.gz
freebsd-ports-gnome-739c9cf69d11ef68beb6d3c0aebdef5b5d4da73f.tar.zst
freebsd-ports-gnome-739c9cf69d11ef68beb6d3c0aebdef5b5d4da73f.zip
- WITH_APACHE22 is dead
PR: ports/146902 Submitted by: pgollucci@ (myself) Approved by: maintainer timeout (uzgrishin@mail.ru; 14 days)
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)