diff options
author | andreas <andreas@FreeBSD.org> | 1999-06-13 05:11:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-06-13 05:11:39 +0800 |
commit | 7c2afe4ff7a983c7181188d3be91b9ba4f118fd1 (patch) | |
tree | 8d292a92c3649a5ded02741b1acbb26d9b6b873d /print/html2ps-a4 | |
parent | 2999d7dd200998236c764f25a978467543380012 (diff) | |
download | freebsd-ports-gnome-7c2afe4ff7a983c7181188d3be91b9ba4f118fd1.tar.gz freebsd-ports-gnome-7c2afe4ff7a983c7181188d3be91b9ba4f118fd1.tar.zst freebsd-ports-gnome-7c2afe4ff7a983c7181188d3be91b9ba4f118fd1.zip |
changed port dependency:
use ghostscript55 instead of ghostscript5
Diffstat (limited to 'print/html2ps-a4')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 2165731db80d..94f5275e824f 100644 --- a/print/html2ps-a4/Makefile +++ b/print/html2ps-a4/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.6 1998/11/23 21:42:20 sada Exp $ +# $Id: Makefile,v 1.7 1999/03/31 20:21:49 billf Exp $ # DISTNAME= html2ps-1.0b1 @@ -16,7 +16,7 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ djpeg:${PORTSDIR}/graphics/jpeg \ giftopnm:${PORTSDIR}/graphics/netpbm \ - gs:${PORTSDIR}/print/ghostscript5 \ + gs:${PORTSDIR}/print/ghostscript55 \ tex:${PORTSDIR}/print/teTeX \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ weblint:${PORTSDIR}/www/weblint |