summaryrefslogtreecommitdiff
path: root/misc/gxmame
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 09:50:00 +0000
committerminskim <minskim>2004-12-29 09:50:00 +0000
commit87eb97b872d4b1ce57a9be0646f17e50cd2711ff (patch)
tree1f1a885577d48035823b5c17f4aeda7c9f3deeab /misc/gxmame
parent793c45dc3acbd899357d47c93a7fecae0751753b (diff)
downloadpkgsrc-87eb97b872d4b1ce57a9be0646f17e50cd2711ff.tar.gz
Add build dependency on pkgconfig, which is used by configure.
Diffstat (limited to 'misc/gxmame')
-rw-r--r--misc/gxmame/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile
index 9d5dfb1314e..719ef4de2f1 100644
--- a/misc/gxmame/Makefile
+++ b/misc/gxmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/11/07 21:13:23 kristerw Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/29 09:50:00 minskim Exp $
#
DISTNAME= gxmame-0.34b
@@ -21,5 +21,6 @@ USE_PKGLOCALEDIR= yes
USE_X11= yes
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"