diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-09 00:24:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-09 00:24:53 +0000 |
commit | 3ec6853529bed8dae5184fbb153cf2455aebd1e3 (patch) | |
tree | 3e38e534e32da6158c9e74dd47307a918acfd096 /ham | |
parent | f72dc9cd6589f349f4a49928531d322d9bc94fc1 (diff) | |
download | pkgsrc-3ec6853529bed8dae5184fbb153cf2455aebd1e3.tar.gz |
This package uses libtool and intltool.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/grig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/grig/Makefile b/ham/grig/Makefile index 8eba62b0895..5101917abe1 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/14 07:12:07 wulf Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/09 00:24:53 minskim Exp $ # DISTNAME= grig-0.4.3 @@ -9,10 +9,12 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries +USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes BUILD_USES_MSGFMT= YES .include "../../ham/hamlib/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |