aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/wget-devel/Makefile2
-rw-r--r--ftp/wget/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index ac6a4ca90949..c69779cba9b6 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/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
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