summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-11-05 01:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-11-05 01:01:32 +0000
commit59b01aeca5d5f02ef6f9e4a6c1951f9eb800a55b (patch)
treef0ae9b9fb8eeb158a0a0d6113253f18e15de397b /print
parentUSE_PERL is needed for the post-po-file target. (diff)
ImageMagick is needed at run time also:
Can't locate Image/Magick.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at /usr/local/bin/html2ps line 482.
Notes
Notes: svn path=/head/; revision=69488
Diffstat (limited to 'print')
-rw-r--r--print/html2ps-letter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile
index f206741bbeb2..36532be7d54c 100644
--- a/print/html2ps-letter/Makefile
+++ b/print/html2ps-letter/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
tex:${PORTSDIR}/print/teTeX \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
+RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick
site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= YES