diff options
Diffstat (limited to 'net/rtg/Makefile')
-rw-r--r-- | net/rtg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rtg/Makefile b/net/rtg/Makefile index b48279fcb90b..df20a5ed0944 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 16 +PORTREVISION= 18 CATEGORIES= net MASTER_SITES= SF \ ftp://ftpmirror.uk/freebsd-ports/rtg/ @@ -17,9 +17,9 @@ LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql +USES= mysql:client perl5 shebangfix ssl USE_RC_SUBR= rtgpoll -WANT_PERL= yes -USES= shebangfix mysql:client ssl + SHEBANG_FILES= etc/95.pl etc/report.pl etc/rtgtargmkr.pl.in SUB_FILES= pkg-message GNU_CONFIGURE= yes |