From 4c360573894c2f8906ac8b085feab980b48ed846 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 14 Sep 2013 12:04:18 +0000 Subject: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) --- ftp/wget/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftp/wget/Makefile') diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 51ddf1ccacac..b9af9903a356 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -11,10 +11,9 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP -USES= charsetfix +USES= charsetfix gmake perl5 USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes OPTIONS_RADIO= SSL -- cgit