summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-12-22 03:18:12 +0000
committerjmcneill <jmcneill>2008-12-22 03:18:12 +0000
commita4b9d2ef21ff5d8d025c726806ebbe8191f25dac (patch)
treebe89007de5a90a3a0b1db4e7d3ed009b63d84d6f /audio
parent800109782ca5930f76d6ab4510f9835cfa452f10 (diff)
downloadpkgsrc-a4b9d2ef21ff5d8d025c726806ebbe8191f25dac.tar.gz
add xmlto as a build dependency
Diffstat (limited to 'audio')
-rw-r--r--audio/alsa-utils/Makefile4
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"