diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-04 11:03:18 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-04 11:03:18 +0000 |
commit | 4351c4931092cec88467f27603411f7668aeb2e7 (patch) | |
tree | 1a7617a407c8bdcb775dc35906e8773ce9b9bbff /print/latex2rtf | |
parent | a18bf468ef73dad49de13f423ab78d0a1c75a88a (diff) |
This port requires Perl 5 for building.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=108362
Diffstat (limited to 'print/latex2rtf')
-rw-r--r-- | print/latex2rtf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index 7ebc44d3c510..fcad43152608 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -18,6 +18,8 @@ COMMENT= Translator from LaTeX to RTF MAN1= latex2rtf.1 latex2png.1 INFO= latex2rtf +USE_PERL5_BUILD=yes + INSTALL_TARGET= install install-info .include <bsd.port.mk> |