diff options
author | obrien <obrien@FreeBSD.org> | 2002-11-05 09:01:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-11-05 09:01:32 +0800 |
commit | d60f9e8153acfe6f69c9f55b18a4e3a445e99b6e (patch) | |
tree | ac91b201559d5f7ba43e15d188c5bddf811706af /print/html2ps-letter | |
parent | 4a26cbb0aced9f6b712a2e9aa615ae05cf66253a (diff) | |
download | freebsd-ports-gnome-d60f9e8153acfe6f69c9f55b18a4e3a445e99b6e.tar.gz freebsd-ports-gnome-d60f9e8153acfe6f69c9f55b18a4e3a445e99b6e.tar.zst freebsd-ports-gnome-d60f9e8153acfe6f69c9f55b18a4e3a445e99b6e.zip |
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.
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 1 |
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 |