diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
commit | 499f6035b347097b351352c5d8f0a30ac6b45a92 (patch) | |
tree | 8b9644e4aa1a1fce2f7ef4f30a543db47d3ea91f /ftp/wget | |
parent | Fix installing reinstalling without cleaning WRKDIR first. (diff) |
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=71214
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 fb06b789a3c3..12eb74436907 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 +USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes |