diff options
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index ac6a4ca90949..c69779cba9b6 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -20,10 +20,10 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PERL5= yes # only for pod2man .if defined(WITHOUT_SSL) CONFIGURE_ARGS= --with-ssl=no |