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/p5-EBook-Tools | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) | |
download | ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.tar.gz ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.zip |
Notes
Diffstat (limited to 'textproc/p5-EBook-Tools')
-rw-r--r-- | textproc/p5-EBook-Tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-EBook-Tools/Makefile b/textproc/p5-EBook-Tools/Makefile index aca0eaf3e1c2..4e1777d6315c 100644 --- a/textproc/p5-EBook-Tools/Makefile +++ b/textproc/p5-EBook-Tools/Makefile @@ -30,7 +30,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${LOCALBASE}/bin/tidy4:${PORTSDIR}/www/tidy -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= ebook.1 MAN3= EBook::Tools.3 \ |