diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-19 08:44:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-19 08:44:06 +0000 |
commit | c4f290ca59b6986bd9287f95ef0a34e1bb1b1071 (patch) | |
tree | 5414a012ea3e47cd2af77426ace82b0f9574e107 /multimedia/dvdstyler | |
parent | 101d6066be7e47d95388699a0b020f116c5981a0 (diff) | |
download | pkgsrc-c4f290ca59b6986bd9287f95ef0a34e1bb1b1071.tar.gz |
add build dependencies on xmlto and zip, from Robert Elz per PR pkg/41907
(made BUILD_DEPENDS as suggested by wiz)
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 13c2b7026e3..b0ade927e4e 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |