diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:36:55 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:36:55 +0000 |
commit | 55ce85c86953b01860aa13b1098b939e68403184 (patch) | |
tree | 9cd50247de02ad5898a3d51743e52839bab0ddd1 /textproc | |
parent | 69cd8f223dce9f6c4cad23dc279092ac580ab90c (diff) | |
download | ports-55ce85c86953b01860aa13b1098b939e68403184.tar.gz ports-55ce85c86953b01860aa13b1098b939e68403184.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-LaTeX/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile index ba4acacf4969..9cd89b4daa60 100644 --- a/textproc/p5-Pod-LaTeX/Makefile +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -12,8 +12,9 @@ COMMENT= Convert Pod data to formatted LaTeX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk> |