diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-07-28 09:45:10 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-07-28 09:45:10 +0000 |
commit | 4aff7dec6911d0f3de8d9cd78b987d5e57b7df19 (patch) | |
tree | 2f46e29d8bdb43f841dfb2ff80f6648d37f8bfa0 /ftp/wget | |
parent | Merge from lang/perl5: (diff) |
USE_PERL5 is not correct. needs perl5 only for build.
Notes
Notes:
svn path=/head/; revision=63662
Diffstat (limited to 'ftp/wget')
-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 |