diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-13 05:11:39 +0800 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-13 05:11:39 +0800 |
commit | 91c9bac009d7112c62aef6f56c0b10a1e80deecd (patch) | |
tree | 5c3a35591df9e95646350d6c76496e75521b39df /print | |
parent | 2c72b3d3fa055ee0adf13fbad4f219ff45c226f6 (diff) | |
download | freebsd-ports-gnome-91c9bac009d7112c62aef6f56c0b10a1e80deecd.tar.gz freebsd-ports-gnome-91c9bac009d7112c62aef6f56c0b10a1e80deecd.tar.zst freebsd-ports-gnome-91c9bac009d7112c62aef6f56c0b10a1e80deecd.zip |
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 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 diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 2165731db80d..94f5275e824f 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 |