diff options
author | gls <gls@pkgsrc.org> | 2011-03-05 21:18:28 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-03-05 21:18:28 +0000 |
commit | b42cacf638c90d9cb176df0ccbab7ac8a1e045c1 (patch) | |
tree | a7752ab087ebf85a81db63c088253365cd3968dc /audio/mpdas | |
parent | 8d4920b3a80d32babd3d4e82e4a92529ebd9657a (diff) | |
download | pkgsrc-b42cacf638c90d9cb176df0ccbab7ac8a1e045c1.tar.gz |
pkg-config is required for building.
Spotted by Justin Sherrill while running bulk builds on DragonFly.
Diffstat (limited to 'audio/mpdas')
-rw-r--r-- | audio/mpdas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index 778a8b0fb62..f1e9c9f66bb 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/02/02 21:35:35 gls Exp $ +# $NetBSD: Makefile,v 1.2 2011/03/05 21:18:28 gls Exp $ # DISTNAME= mpdas-0.3.0 @@ -13,6 +13,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pkg-config USE_LANGUAGES= c++ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${DOCDIR} ${EGDIR} |