diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:36:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:36:15 +0000 |
commit | 8d3b48e29b88b69ed61d95b86e9def6e0ba9e31b (patch) | |
tree | 4f11fa7cb179378a7faa903b27a6f123566eceb1 /emulators/libspectrum | |
parent | 285c5a1c04f8a5f1faecdcf6f9201eaebd740bbe (diff) | |
download | pkgsrc-8d3b48e29b88b69ed61d95b86e9def6e0ba9e31b.tar.gz |
Needs pkg-config.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 5e342848795..676ace310b1 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:09:01 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/07 12:36:15 joerg Exp $ DISTNAME= libspectrum-0.2.2 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fuse-emulator.sourceforge.net/libspectrum.php COMMENT= ZX Spectrum emulator file format library -USE_TOOLS+= perl +USE_TOOLS+= perl pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes |