diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /security/clamtk | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) |
Notes
Diffstat (limited to 'security/clamtk')
-rw-r--r-- | security/clamtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 7c5ba0d38b43..23b96281400b 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 NO_BUILD= yes -USE_PERL5_RUN= yes -USES= gettext:run +USES= gettext:run perl5 +USE_PERL5= run MAN1= ${PORTNAME}.1 |