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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/urlview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index b89bc50b58ab..0f7737daa786 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -22,8 +22,7 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ MAINTAINER= obrien@FreeBSD.org -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 - +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes MAN1= urlview.1 |