diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-28 14:51:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-28 14:51:02 +0800 |
commit | f06b3e045b255b8e539ba1310985c812c72a9455 (patch) | |
tree | 210417e15f4d500cf72b25710a1b5f3dc28d49d0 /net | |
parent | d5becb2777d57012b8cfdd177bb3493088a0e37a (diff) | |
download | freebsd-ports-gnome-f06b3e045b255b8e539ba1310985c812c72a9455.tar.gz freebsd-ports-gnome-f06b3e045b255b8e539ba1310985c812c72a9455.tar.zst freebsd-ports-gnome-f06b3e045b255b8e539ba1310985c812c72a9455.zip |
net/rtg: Drop nop WANT_PERL
Perl seems to be wanted so add USES=perl5 instead.
Diffstat (limited to 'net')
-rw-r--r-- | net/rtg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rtg/Makefile b/net/rtg/Makefile index b48279fcb90b..b6ece32e1c82 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MASTER_SITES= SF \ ftp://ftpmirror.uk/freebsd-ports/rtg/ @@ -18,8 +18,7 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql USE_RC_SUBR= rtgpoll -WANT_PERL= yes -USES= shebangfix mysql:client ssl +USES= mysql:client perl5 shebangfix ssl SHEBANG_FILES= etc/95.pl etc/report.pl etc/rtgtargmkr.pl.in SUB_FILES= pkg-message GNU_CONFIGURE= yes |