diff options
author | gabor <gabor@FreeBSD.org> | 2007-07-24 14:53:02 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-07-24 14:53:02 +0800 |
commit | cb6dd8bfac2e0fa8de11d3a4cde66208619d46a1 (patch) | |
tree | 929807a846b3659f8c09088604aa5a9e80dadb92 /net-p2p/tvrss | |
parent | 9fd7ac37a0fc7fb0db237b0c8a7a1b5039ced260 (diff) | |
download | freebsd-ports-gnome-cb6dd8bfac2e0fa8de11d3a4cde66208619d46a1.tar.gz freebsd-ports-gnome-cb6dd8bfac2e0fa8de11d3a4cde66208619d46a1.tar.zst freebsd-ports-gnome-cb6dd8bfac2e0fa8de11d3a4cde66208619d46a1.zip |
- Use USE_PERL5 correctly
Diffstat (limited to 'net-p2p/tvrss')
-rw-r--r-- | net-p2p/tvrss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/tvrss/Makefile b/net-p2p/tvrss/Makefile index da4f75e95e78..b10364cce1c2 100644 --- a/net-p2p/tvrss/Makefile +++ b/net-p2p/tvrss/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= \ ${SITE_PERL}/XML/RAI.pm:${PORTSDIR}/textproc/p5-XML-RAI \ wget:${PORTSDIR}/ftp/wget -USE_PERL= yes +USE_PERL5= yes NO_BUILD= yes PLIST_FILES= \ |