diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-08-01 22:04:01 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-08-01 22:04:01 +0000 |
commit | 1d0998fe999d648e0f53d04c66cc2a235e3c50da (patch) | |
tree | 17e9fe81c442463e41980a396240162709c2c892 /databases/mytop | |
parent | 9ab6ddbd028cd223956c9c126491301b17dd6d15 (diff) | |
download | ports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.tar.gz ports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.zip |
Notes
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 09cf372acca3..eb4a04ac9c8e 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-DBD-mysql>1.0:${PORTSDIR}/databases/p5-DBD-mysql \ CONFLICTS= mariadb-scripts-[0-9]* -PERL_CONFIGURE= yes +USES+= perl5 +USE_PERL5= configure MAN1= mytop.1 |