diff options
author | girgen <girgen@FreeBSD.org> | 2005-01-31 05:24:34 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-01-31 05:24:34 +0800 |
commit | 0ef4917b02169adecc3143f1525d66f42c299342 (patch) | |
tree | e7a49175d289a4e767ebc76eb114368a8a3fb53e /print | |
parent | 802b6828d39bd27a61ec00d9ba5c9c81d3822c08 (diff) | |
download | freebsd-ports-gnome-0ef4917b02169adecc3143f1525d66f42c299342.tar.gz freebsd-ports-gnome-0ef4917b02169adecc3143f1525d66f42c299342.tar.zst freebsd-ports-gnome-0ef4917b02169adecc3143f1525d66f42c299342.zip |
Fix dependencies, too many build_deps and not enough run_deps.
Deducing info from the program's website, it will need Perl,
ImageMagick, libwww-perl and ghostscript, nothing more, nothing less.
Also, take on maintainership.
Approved by: ade (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-letter/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 290c11a3b4d0..987b85140abc 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -7,23 +7,19 @@ PORTNAME= html2ps-${PAPERSIZE} PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print www perl5 MASTER_SITES= http://user.it.uu.se/~jan/ DISTNAME= html2ps-1.0b3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= girgen@FreeBSD.org COMMENT= HTML to PostScript converter USE_GHOSTSCRIPT_BUILD= yes -BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ - djpeg:${PORTSDIR}/graphics/jpeg \ - giftopnm:${PORTSDIR}/graphics/netpbm \ - tex:${PORTSDIR}/print/teTeX \ +RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ weblint:${PORTSDIR}/www/weblint -RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick USE_PERL5= YES NO_BUILD= YES |