diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
commit | 8cb369449af02cf9bd9fcf458e2e5efd277f6d01 (patch) | |
tree | 00080d016f8d7b5f42f0fc15292482965c600715 /print/pnm2ppa | |
parent | 8721203e7135b56596cca623a69ea8ac5530d990 (diff) | |
download | freebsd-ports-gnome-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.tar.gz freebsd-ports-gnome-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.tar.zst freebsd-ports-gnome-8cb369449af02cf9bd9fcf458e2e5efd277f6d01.zip |
Replace the ghostscript55 dependencies with ghostscript-gnu.
Diffstat (limited to 'print/pnm2ppa')
-rw-r--r-- | print/pnm2ppa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 66b4f17c1bd7..74b8551d3078 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ enscript:${PORTSDIR}/print/enscript-letter MAN1= pnm2ppa.1 |