diff options
author | tron <tron> | 2002-12-17 15:57:31 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-17 15:57:31 +0000 |
commit | 100a13f96f2427b38aae9cea0747bee3647d377f (patch) | |
tree | 7733d4a0c4eed48799d76cf07c7e66dea7750391 /net | |
parent | c7c8ce4797c952302e49c09d61c5fdee2217e8a0 (diff) | |
download | pkgsrc-100a13f96f2427b38aae9cea0747bee3647d377f.tar.gz |
Cleanup a bit.
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 7549fde8287..815d9b613ad 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2002/12/16 16:14:06 drochner Exp $ +# $NetBSD: Makefile,v 1.56 2002/12/17 15:57:31 tron Exp $ DISTNAME= wget-1.8.2 CATEGORIES= net @@ -10,14 +10,14 @@ COMMENT= Retrieve files from the 'net via HTTP and FTP USE_PERL5= build -BUILD_USES_MSGFMT= # defined -USE_BUILDLINK2= # defined +BUILD_USES_MSGFMT= YES +USE_BUILDLINK2= YES -USE_GMAKE= # defined -GNU_CONFIGURE= # defined -USE_PKGLOCALEDIR= # defined +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -USE_LIBTOOL= yes +USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool EGDIR= ${PREFIX}/share/examples/wget @@ -25,7 +25,7 @@ CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc INFO_FILES= wget.info -WGET_USE_SSL?= YES +WGET_USE_SSL?= YES .if ${WGET_USE_SSL} == YES .include "../../security/openssl/buildlink2.mk" |