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 /ham/grig/Makefile | |
parent | 79eeadac88c6c56dde160a159f84a887155fef0e (diff) | |
download | pkgsrc-442af1c06cea067491374cf93a4017d2db9d09c5.tar.gz |
Needs pkg-config.
Diffstat (limited to 'ham/grig/Makefile')
-rw-r--r-- | ham/grig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |