diff options
author | andreas <andreas@FreeBSD.org> | 1999-06-12 21:11:39 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-06-12 21:11:39 +0000 |
commit | 7c2afe4ff7a983c7181188d3be91b9ba4f118fd1 (patch) | |
tree | 8d292a92c3649a5ded02741b1acbb26d9b6b873d /print | |
parent | 2999d7dd200998236c764f25a978467543380012 (diff) | |
download | FreeBSD-ports-7c2afe4ff7a983c7181188d3be91b9ba4f118fd1.zip FreeBSD-ports-7c2afe4ff7a983c7181188d3be91b9ba4f118fd1.tar.gz |
changed port dependency:
use ghostscript55 instead of ghostscript5
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps-letter/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 2165731..94f5275 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 diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 2165731..94f5275 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/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 |