aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget-devel
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2002-07-28 17:45:10 +0800
committersf <sf@FreeBSD.org>2002-07-28 17:45:10 +0800
commita569ba8e54d9f80f1ac353f72f3b7fdc69b3af99 (patch)
tree3d4e5bb25b061856f4d18dbe1ffbfefe022e8397 /ftp/wget-devel
parentf789e21ed1e8307c53904765ce53abe9d2cb0ab8 (diff)
downloadfreebsd-ports-gnome-a569ba8e54d9f80f1ac353f72f3b7fdc69b3af99.tar.gz
freebsd-ports-gnome-a569ba8e54d9f80f1ac353f72f3b7fdc69b3af99.tar.zst
freebsd-ports-gnome-a569ba8e54d9f80f1ac353f72f3b7fdc69b3af99.zip
USE_PERL5 is not correct. needs perl5 only for build.
Diffstat (limited to 'ftp/wget-devel')
-rw-r--r--ftp/wget-devel/Makefile2
1 files changed, 1 insertions, 1 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