diff options
author | minskim <minskim> | 2004-12-14 18:45:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-14 18:45:11 +0000 |
commit | 818ebc4e66cb03ad5cd30a082056ebfd319c22ab (patch) | |
tree | c80331e76a290d41fc132992ff96449bf71c8044 /audio/xmms-modplug | |
parent | 7106c268b7c0349ccc503989d51b6a532fdd4952 (diff) | |
download | pkgsrc-818ebc4e66cb03ad5cd30a082056ebfd319c22ab.tar.gz |
Add build dependency on pkgconfig.
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r-- | audio/xmms-modplug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index ea5301a86d4..2d9b9cdd1f9 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:11 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/14 18:45:11 minskim Exp $ # DISTNAME= modplugxmms-2.05 @@ -27,6 +27,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../audio/libmodplug/buildlink3.mk" .include "../../audio/xmms/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |