summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2011-04-30 08:52:03 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2011-04-30 08:52:03 +0000
commitd0d7631b15e2fa83f09a537b1a625d4157391f63 (patch)
treef839293a222d4a80f5564fdef5ea44ebb53a6b10 /multimedia
parentUse DISTVERSION for CRAN ports with hyphenated versions (diff)
. use mod_perl2 since apache20 is the default nowadays;
. bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=273366
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/zoneminder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile
index dc5b74f58c2a..90d83ddbb757 100644
--- a/multimedia/zoneminder/Makefile
+++ b/multimedia/zoneminder/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zoneminder
PORTVERSION= 1.24.2
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www2.zoneminder.com/downloads/
DISTNAME= ZoneMinder-${PORTVERSION}
@@ -16,7 +17,7 @@ COMMENT= Complete security camera solution, fully web based with image analysis
LICENSE= GPLv2
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
netpbm.1:${PORTSDIR}/graphics/netpbm \