diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 09:50:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 09:50:00 +0000 |
commit | 9dd0a152a1e12a8a1ed7721f7989025d288112fc (patch) | |
tree | 1f1a885577d48035823b5c17f4aeda7c9f3deeab /misc/gxmame | |
parent | 8f289120eb01a5b34ecc76206c40517a3ed60ced (diff) | |
download | pkgsrc-9dd0a152a1e12a8a1ed7721f7989025d288112fc.tar.gz |
Add build dependency on pkgconfig, which is used by configure.
Diffstat (limited to 'misc/gxmame')
-rw-r--r-- | misc/gxmame/Makefile | 3 |
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" |