summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-11 15:41:26 +0000
committerjoerg <joerg>2008-08-11 15:41:26 +0000
commite2250a414b67b8e3ab77e630e56e42494dc0f615 (patch)
tree5f8c847c751afc221f6184b6cf417514cf8c2916 /audio
parent81d823a8d5aea21936c8f56b73a3f38f9e72d516 (diff)
downloadpkgsrc-e2250a414b67b8e3ab77e630e56e42494dc0f615.tar.gz
Needs pkg-config.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-esound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile
index 9506eac0c15..4970d9be2ed 100644
--- a/audio/xmms-esound/Makefile
+++ b/audio/xmms-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/07/14 12:55:58 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/08/11 15:41:26 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,6 +17,8 @@ BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9
BUILD_DIRS= ${WRKSRC}/Output/esd
INSTALL_DIRS= ${WRKSRC}/Output/esd
+USE_TOOLS+= pkg-config
+
.include "../../audio/esound/buildlink3.mk"
.include "../../audio/xmms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"