summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/amule/Makefile6
-rw-r--r--net/bug-buddy/Makefile6
-rw-r--r--net/gftp/Makefile.common5
-rw-r--r--net/giftcurs/Makefile5
-rw-r--r--net/gnome-netstatus/Makefile5
-rw-r--r--net/gtk-gnutella/Makefile6
-rw-r--r--net/kftpgrabber/Makefile4
-rw-r--r--net/tsclient/Makefile5
-rw-r--r--net/wget/Makefile5
-rw-r--r--net/xtraceroute/Makefile5
10 files changed, 20 insertions, 32 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile
index bbc1e875bc0..a0733b6d834 100644
--- a/net/amule/Makefile
+++ b/net/amule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:22 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:36 jlam Exp $
DISTNAME= aMule-2.1.0
PKGNAME= ${DISTNAME:S/aMule/amule/}
@@ -11,14 +11,12 @@ MAINTAINER= tripledes@eslack.org
HOMEPAGE= http://www.amule.org/
COMMENT= Another Emule P2P client
-BUILD_USES_MSGFMT= yes
-
CONFLICTS= xmule-[0-9]*
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile
index 57450f58745..971e7471fe0 100644
--- a/net/bug-buddy/Makefile
+++ b/net/bug-buddy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/04/02 16:05:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= bug-buddy-2.14.0
@@ -11,12 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Graphical GNOME2 bug reporting tool
-BUILD_USES_MSGFMT= YES
-
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= YES
GCONF2_SCHEMAS= bug-buddy.schemas
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common
index 990e3328af6..f1bd3f1f4bd 100644
--- a/net/gftp/Makefile.common
+++ b/net/gftp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2005/12/05 20:50:46 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/04/13 18:23:36 jlam Exp $
DISTNAME= gftp-${VERSION}
CATEGORIES= net
@@ -9,8 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmcneill@NetBSD.org
HOMEPAGE= http://gftp.seul.org/
-BUILD_USES_MSGFMT= yes
-
+USE_TOOLS+= msgfmt
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/net/giftcurs/Makefile b/net/giftcurs/Makefile
index 6d770ecd5a8..66a1d6bc9fb 100644
--- a/net/giftcurs/Makefile
+++ b/net/giftcurs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:19 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= giFTcurs-0.6.2
@@ -11,8 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nongnu.org/giftcurs/
COMMENT= Curses frontend to the giFT daemon
-BUILD_USES_MSGFMT= yes
-
+USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index 9a5cf3b4e7f..1850d364a8d 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/21 06:00:48 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= gnome-netstatus-2.12.0
@@ -13,8 +13,7 @@ COMMENT= Network status applet for the GNOME panel
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
-USE_MSGFMT_PLURALS= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile
index 556b337077f..343b71f04d7 100644
--- a/net/gtk-gnutella/Makefile
+++ b/net/gtk-gnutella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/03/06 00:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:36 jlam Exp $
DISTNAME= gtk-gnutella-0.96
PKGREVISION= 2
@@ -10,10 +10,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gtk-gnutella.sourceforge.net/
COMMENT= GTK-based gnutella client
-BUILD_USES_MSGFMT= yes
-USE_MSGFMT_PLURALS= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -d -e -r -s \
diff --git a/net/kftpgrabber/Makefile b/net/kftpgrabber/Makefile
index 8662a288eb8..52e9e8b648d 100644
--- a/net/kftpgrabber/Makefile
+++ b/net/kftpgrabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:26 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:36 jlam Exp $
DISTNAME= kftpgrabber-0.6.0
PKGREVISION= 3
@@ -10,8 +10,8 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://kftpgrabber.sourceforge.net/
COMMENT= Graphical FTP client for KDE
-BUILD_USES_MSGFMT= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index 8308171e152..21924362925 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/03/06 00:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= tsclient-0.132
@@ -12,10 +12,9 @@ COMMENT= GNOME2 Frontend for rdesktop
DEPENDS+= rdesktop-[0-9]*:../../net/rdesktop
DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer
-BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake perl:run pkg-config
+USE_TOOLS+= gmake msgfmt perl:run pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 46375a5a950..5a911dfd54b 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2006/04/06 03:44:19 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2006/04/13 18:23:36 jlam Exp $
DISTNAME= wget-1.10.2
PKGREVISION= 1
@@ -9,13 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wget/wget.html
COMMENT= Retrieve files from the 'net via HTTP and FTP
-BUILD_USES_MSGFMT= YES
-
USE_TOOLS+= perl
GNU_CONFIGURE= YES
USE_OLD_DES_API= YES
USE_PKGLOCALEDIR= YES
+USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index a05d36e1a19..898a86f345a 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2006/03/04 21:30:26 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= xtraceroute-0.8.14
@@ -12,10 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html
COMMENT= Graphical version of traceroute, which traces the route IP packets go
-BUILD_USES_MSGFMT= yes
-
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
# XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE