diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/jx | |
parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) |
Notes
Diffstat (limited to 'sysutils/jx')
-rw-r--r-- | sysutils/jx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/jx/Makefile b/sysutils/jx/Makefile index f08b5bfb1fb8..34dbadba1a29 100644 --- a/sysutils/jx/Makefile +++ b/sysutils/jx/Makefile @@ -9,8 +9,9 @@ MASTER_SITES= http://legh.ru/wp-content/uploads/jx/ MAINTAINER= legh@legh.ru COMMENT= Wrapper to jexec with more feature in interpreting jail id +USES= perl5 NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} |