diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-30 21:24:34 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-30 21:24:34 +0000 |
commit | 300d0fc9e7f251d48b6199c40b880837a032b4f5 (patch) | |
tree | e82256e51311c415981e4bd29a9f9a12acb9f753 | |
parent | remove xfce4-menueditor since it is now included in xfce4-desktop (diff) |
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)
Notes
Notes:
svn path=/head/; revision=127730
-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 |