summaryrefslogtreecommitdiff
path: root/security/zoneminder
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-08 20:40:29 +0000
committerwiz <wiz>2014-09-08 20:40:29 +0000
commit2368be326620b7a294329bec90f7ea5b7e13708e (patch)
tree7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /security/zoneminder
parente294401e9dbdc83862ed3e60612da6f6ae9bc210 (diff)
downloadpkgsrc-2368be326620b7a294329bec90f7ea5b7e13708e.tar.gz
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it. Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'security/zoneminder')
-rw-r--r--security/zoneminder/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/zoneminder/Makefile b/security/zoneminder/Makefile
index b0ec5b2e9f2..fdbd63d2ab1 100644
--- a/security/zoneminder/Makefile
+++ b/security/zoneminder/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:26 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2014/09/08 20:40:30 wiz Exp $
DISTNAME= ZoneMinder-1.25.0
PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= security
MASTER_SITES= http://www2.zoneminder.com/downloads/
@@ -12,7 +11,7 @@ HOMEPAGE= http://www.zoneminder.com/
COMMENT= Video camera security and surveillance solution
LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder
PKG_SUPPORTED_OPTIONS= apache
@@ -198,6 +197,5 @@ post-install:
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/netpbm/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"