summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/nano/Makefile3
-rw-r--r--lang/gawk/Makefile3
-rw-r--r--net/ucarp/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index ded759188c4..6912b3a7e24 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/03/31 15:40:37 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2006/07/06 13:19:39 joerg Exp $
DISTNAME= nano-1.2.4
PKGREVISION= 1
@@ -11,6 +11,7 @@ COMMENT= Small and friendly text editor (a free replacement for Pico)
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt
INFO_FILES= # PLIST
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 8b71c3e2be0..675c2b268bc 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/04/06 06:22:11 reed Exp $
+# $NetBSD: Makefile,v 1.36 2006/07/06 13:14:01 joerg Exp $
#
DISTNAME= gawk-3.1.5
@@ -17,6 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt
TEST_TARGET= check
INFO_FILES= # PLIST
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile
index 64c46654109..643a547bec7 100644
--- a/net/ucarp/Makefile
+++ b/net/ucarp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/04/06 06:22:35 reed Exp $
+# $NetBSD: Makefile,v 1.9 2006/07/06 13:18:11 joerg Exp $
#
DISTNAME= ucarp-1.1
@@ -13,6 +13,7 @@ COMMENT= Common Address Redundancy Protocol (CARP) for Unix
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
+USE_TOOLS+= msgfmt
# pcap_freecode with one argument only
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0