diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-18 05:44:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-18 05:44:31 +0000 |
commit | 0acf9c34797f43c9d6d364ead57b40283c138eab (patch) | |
tree | 99e7932edc35bdd7e7fbb0c84b02f0567add4773 /textproc | |
parent | 69c7a012cfd1eed7b1089e614d557f1fd5ba7e78 (diff) | |
download | ports-0acf9c34797f43c9d6d364ead57b40283c138eab.tar.gz ports-0acf9c34797f43c9d6d364ead57b40283c138eab.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/antiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 7f4053f974ce..7d668fd433f3 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts -USES= gmake shebangfix +USES= gmake shebangfix perl5 +USE_PERL5= build SHEBANG_FILES= kantiword Unix-only/fontinfo.pl MAKE_JOBS_UNSAFE=yes INSTALL_TARGET= global_install |