pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/dvdstyler add build dependencies on xmlto a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a2aa269b212
branches:  trunk
changeset: 397815:6a2aa269b212
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Aug 19 08:44:06 2009 +0000

description:
add build dependencies on xmlto and zip, from Robert Elz per PR pkg/41907
(made BUILD_DEPENDS as suggested by wiz)

diffstat:

 multimedia/dvdstyler/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 41fc0b93f6ef -r 6a2aa269b212 multimedia/dvdstyler/Makefile
--- a/multimedia/dvdstyler/Makefile     Wed Aug 19 08:42:10 2009 +0000
+++ b/multimedia/dvdstyler/Makefile     Wed Aug 19 08:44:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/08/17 17:32:09 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2009/08/19 08:44:06 drochner Exp $
 #
 
 DISTNAME=      DVDStyler-1.7.3
@@ -15,6 +15,8 @@
 DEPENDS+=      dvdauthor>=0.6.10:../../multimedia/dvdauthor
 DEPENDS+=      dvd+rw-tools-[0-9]*:../../sysutils/dvd+rw-tools
 DEPENDS+=      mpgtx-[0-9]*:../../graphics/mpgtx
+BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
+BUILD_DEPENDS+=        zip-[0-9]*:../../archivers/zip
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index