diff options
author | asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
commit | 3a1642981c22da630141e7fab60ed3af93237330 (patch) | |
tree | 2b80a7c0e17fbeb3921d4d3ce5085ee526c26137 /print | |
parent | 005933e5aa8c68d6c24a97b20c499024d5013954 (diff) | |
download | freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.tar.gz freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.tar.zst freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.zip |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Diffstat (limited to 'print')
-rw-r--r-- | print/pbm2ppa/Makefile | 2 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/pbm2ppa/Makefile b/print/pbm2ppa/Makefile index 26b34bf7752d..13c658c90ede 100644 --- a/print/pbm2ppa/Makefile +++ b/print/pbm2ppa/Makefile @@ -13,7 +13,7 @@ DISTFILES= ppa-${PORTVERSION}.tar.gz MAINTAINER= smace@freebsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ enscript:${PORTSDIR}/print/enscript-letter USE_GMAKE= yes diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 26b34bf7752d..13c658c90ede 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -13,7 +13,7 @@ DISTFILES= ppa-${PORTVERSION}.tar.gz MAINTAINER= smace@freebsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ enscript:${PORTSDIR}/print/enscript-letter USE_GMAKE= yes |