diff options
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 31cd2be787a..25a9176abdf 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2005/06/24 17:28:15 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2005/07/02 15:10:23 wiz Exp $ -DISTNAME= wget-1.9.1 -PKGREVISION= 5 +DISTNAME= wget-1.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} @@ -15,6 +14,7 @@ USE_TOOLS+= perl USE_PKGINSTALL= YES GNU_CONFIGURE= YES +USE_OLD_DES_API= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES |