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 | |
parent | 79eeadac88c6c56dde160a159f84a887155fef0e (diff) | |
download | pkgsrc-442af1c06cea067491374cf93a4017d2db9d09c5.tar.gz |
Needs pkg-config.
-rw-r--r-- | emulators/gpsim/Makefile | 4 | ||||
-rw-r--r-- | ham/grig/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/ham/grig/Makefile b/ham/grig/Makefile index fd8f8fed408..a688c6b8dd0 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/11 14:09:01 joerg Exp $ # DISTNAME= grig-0.4.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries USE_LIBTOOL= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes .include "../../ham/hamlib/buildlink3.mk" |