diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-22 03:18:12 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-22 03:18:12 +0000 |
commit | db88398970dbe8738846d677177868d09f421063 (patch) | |
tree | be89007de5a90a3a0b1db4e7d3ed009b63d84d6f /audio | |
parent | 29ed68c84d7a14087b365f19ac31c09485f54844 (diff) | |
download | pkgsrc-db88398970dbe8738846d677177868d09f421063.tar.gz |
add xmlto as a build dependency
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 5824e93d34c..e97cf176ca5 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 03:33:45 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/22 03:18:12 jmcneill Exp $ # DISTNAME= alsa-utils-1.0.18 @@ -15,6 +15,8 @@ USE_TOOLS= pkg-config gmake USE_PKGLOCALEDIR= yes USE_NCURSES= yes +BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto + .include "../../audio/alsa-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |