diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:05:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:05:49 +0800 |
commit | 9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc (patch) | |
tree | 9c14caf99595e64d9df7158eff435352c9df0ea3 /textproc | |
parent | 604e5486dd9bf477676d0ce962d3201e6155b0cd (diff) | |
download | freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.gz freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.zst freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.zip |
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
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 |