summaryrefslogtreecommitdiff
path: root/sysutils/jtop
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-07 07:11:48 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-07 07:11:48 +0000
commit312fd92cc301fbf0529d852d31550be7b6e0c679 (patch)
tree949ad8ae14ec788c18c083eccf4718c6ceb49128 /sysutils/jtop
parent- convert to the new perl5 framework (diff)
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326574
Diffstat (limited to 'sysutils/jtop')
-rw-r--r--sysutils/jtop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile
index ab063c1272b2..0d3fdff58ba1 100644
--- a/sysutils/jtop/Makefile
+++ b/sysutils/jtop/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= jtop.1
MANCOMPRESSED= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/jtop
.include <bsd.port.mk>