summaryrefslogtreecommitdiff
path: root/multimedia/dvdstyler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-08 20:40:29 +0000
committerwiz <wiz@pkgsrc.org>2014-09-08 20:40:29 +0000
commitbb23fa3acb03b38cd96e1f9e1290315a6eb0c186 (patch)
tree7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /multimedia/dvdstyler
parent4fd3b6763914dd3495e7472d571f6bfc69a090f7 (diff)
downloadpkgsrc-bb23fa3acb03b38cd96e1f9e1290315a6eb0c186.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 'multimedia/dvdstyler')
-rw-r--r--multimedia/dvdstyler/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile
index 08192a202f8..91077da4671 100644
--- a/multimedia/dvdstyler/Makefile
+++ b/multimedia/dvdstyler/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2014/08/11 23:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2014/09/08 20:40:30 wiz Exp $
DISTNAME= DVDStyler-2.7.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.dvdstyler.org/
COMMENT= Crossplatform DVD Authoring System
LICENSE= gnu-gpl-v2
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+
MAKE_JOBS_SAFE= no
DEPENDS+= dvdauthor>=0.6.10:../../multimedia/dvdauthor
@@ -31,7 +33,6 @@ post-install:
cd ${WRKSRC}/templates && ${SETENV} ${INSTALL_ENV} ${GMAKE} install
.include "../../graphics/libexif/buildlink3.mk"
-.include "../../graphics/netpbm/buildlink3.mk"
BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.1.14
.include "../../graphics/wxsvg/buildlink3.mk"
.include "../../multimedia/ffmpeg1/buildlink3.mk"