summaryrefslogtreecommitdiff
path: root/net/wget
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/wget
parent4d4a5c55c6028940161a31497677c67c782630ad (diff)
downloadpkgsrc-e9321cb373106545658acc5d1d71e0ecb6732c62.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/Makefile8
1 files changed, 4 insertions, 4 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"