diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-11 15:41:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-11 15:41:26 +0000 |
commit | 91b9287720b79ce92b9ba0fa0e73100ee30e52fc (patch) | |
tree | 5f8c847c751afc221f6184b6cf417514cf8c2916 /audio | |
parent | e25ec1610ff2632cac11b281881ddc3906286802 (diff) | |
download | pkgsrc-91b9287720b79ce92b9ba0fa0e73100ee30e52fc.tar.gz |
Needs pkg-config.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-esound/Makefile | 4 |
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" |