diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 21:45:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 21:45:08 +0000 |
commit | f04c6d3257c0f7e3720ec379d80c6511793671d0 (patch) | |
tree | 497027c916bb9010c72d9f4ccbb2fb8f8b70ac71 /emulators/gens | |
parent | 25a1d78a4dfc6fb0940d4741bc201c608e26ed3a (diff) | |
download | pkgsrc-f04c6d3257c0f7e3720ec379d80c6511793671d0.tar.gz |
Needs pkg-config.
Diffstat (limited to 'emulators/gens')
-rw-r--r-- | emulators/gens/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 059fff21e72..c6321afcf6d 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/11 21:45:08 joerg Exp $ # DISTNAME= gens-rc3 @@ -18,7 +18,7 @@ ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR}/GensForLinux GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config .include "../../devel/SDL/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |