diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
commit | dc572b07ee78024a59178789e6c00944918f1ef1 (patch) | |
tree | 7edfc6593200fb599a829abbf67ea60e1ffe31ab /textproc/ascii2pdf | |
parent | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (diff) | |
download | ports-dc572b07ee78024a59178789e6c00944918f1ef1.tar.gz ports-dc572b07ee78024a59178789e6c00944918f1ef1.zip |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk.
Notes
Notes:
svn path=/head/; revision=200412
Diffstat (limited to 'textproc/ascii2pdf')
-rw-r--r-- | textproc/ascii2pdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ascii2pdf/Makefile b/textproc/ascii2pdf/Makefile index 1a4586f768a5..435c5af6ca91 100644 --- a/textproc/ascii2pdf/Makefile +++ b/textproc/ascii2pdf/Makefile @@ -17,6 +17,7 @@ COMMENT= A perl script to convert text files to PDF files RUN_DEPENDS= ${SITE_PERL}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create NO_BUILD= yes +USE_PERL5= yes PLIST_FILES= bin/ascii2pdf .include <bsd.port.pre.mk> |