diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:08:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:08:28 +0000 |
commit | 442af1c06cea067491374cf93a4017d2db9d09c5 (patch) | |
tree | fbca1f0f50b67917afcb662cba58842a68ad0d82 /emulators/gpsim/Makefile | |
parent | 79eeadac88c6c56dde160a159f84a887155fef0e (diff) | |
download | pkgsrc-442af1c06cea067491374cf93a4017d2db9d09c5.tar.gz |
Needs pkg-config.
Diffstat (limited to 'emulators/gpsim/Makefile')
-rw-r--r-- | emulators/gpsim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile index 899347eaf99..c7ffe6f731e 100644 --- a/emulators/gpsim/Makefile +++ b/emulators/gpsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/04 06:14:11 dogcow Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/11 14:08:28 joerg Exp $ # DISTNAME= gpsim-0.21.11 @@ -12,7 +12,7 @@ COMMENT= PIC emulator with X interface GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES USE_GNU_READLINE= YES |