summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-18 07:07:06 +0000
committersnj <snj@pkgsrc.org>2004-04-18 07:07:06 +0000
commite9321cb373106545658acc5d1d71e0ecb6732c62 (patch)
treebb079b39b24e1247d18dcc2056c6a3c407a6b01b /net
parent4d4a5c55c6028940161a31497677c67c782630ad (diff)
downloadpkgsrc-e9321cb373106545658acc5d1d71e0ecb6732c62.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net')
-rw-r--r--net/wget/Makefile8
-rw-r--r--net/wminet/Makefile6
-rw-r--r--net/wmpload/Makefile6
3 files changed, 10 insertions, 10 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 1399ed6a9e7..59150f07a0c 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2004/04/18 07:16:32 snj Exp $
DISTNAME= wget-1.9.1
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Retrieve files from the 'net via HTTP and FTP
BUILD_USES_MSGFMT= YES
USE_PERL5= build
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
@@ -36,11 +36,11 @@ INFO_FILES= wget.info
BUILD_DEFS+= WGET_USE_SSL
.if !empty(WGET_USE_SSL:M[Yy][Ee][Ss])
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl
.endif
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/wminet/Makefile b/net/wminet/Makefile
index d3bb68cc711..febe0ae95c7 100644
--- a/net/wminet/Makefile
+++ b/net/wminet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:11:28 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/18 07:13:16 snj Exp $
DISTNAME= wmnet-1.2
PKGNAME= wminet-1.2
@@ -9,8 +9,8 @@ MAINTAINER= coto@core.de
HOMEPAGE= http://www.enteract.com/~rneswold/
COMMENT= Dockable network monitor
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11BASE= YES
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/wmpload/Makefile b/net/wmpload/Makefile
index 3af0e31348d..58b1dde1d05 100644
--- a/net/wmpload/Makefile
+++ b/net/wmpload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:03 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/18 07:14:19 snj Exp $
#
DISTNAME= wmpload-0.9.4
@@ -10,9 +10,9 @@ HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
COMMENT= PPP monitor for X11, totals and current in/out rates in 64x64 cube
HAS_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
USE_X11BASE= YES
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"