diff options
author | knu <knu@FreeBSD.org> | 2001-09-11 21:23:46 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-11 21:23:46 +0000 |
commit | e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4 (patch) | |
tree | 029c8189e49a578468e449db29911bf9f9643d88 /graphics/peps | |
parent | 9dd8e18df737041757cd9f78a564995d86671452 (diff) | |
download | FreeBSD-ports-e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4.zip FreeBSD-ports-e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4.tar.gz |
Replace the ghostscript6 dependencies with ghostscript-gnu.
Diffstat (limited to 'graphics/peps')
-rw-r--r-- | graphics/peps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index 40f858b..6ab5477 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.whizkidtech.net/peps/ MAINTAINER= petef@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ pnmtopng:${PORTSDIR}/graphics/netpbm post-patch: |