diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
commit | f900846e5260dc5d66ccd323d0da759c95e2d6bb (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/publican | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) | |
download | ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.tar.gz ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.zip |
Notes
Diffstat (limited to 'textproc/publican')
-rw-r--r-- | textproc/publican/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/publican/Makefile b/textproc/publican/Makefile index 61662202ae71..58d1f9abad91 100644 --- a/textproc/publican/Makefile +++ b/textproc/publican/Makefile @@ -11,7 +11,8 @@ MAINTAINER= doceng@FreeBSD.org COMMENT= Single source publishing tool based on DocBook XML. USE_JAVA= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAKE_JOBS_UNSAFE= yes |