diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 05:23:46 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 05:23:46 +0800 |
commit | e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4 (patch) | |
tree | 029c8189e49a578468e449db29911bf9f9643d88 /graphics/pstoedit | |
parent | 9dd8e18df737041757cd9f78a564995d86671452 (diff) | |
download | freebsd-ports-gnome-e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4.tar.gz freebsd-ports-gnome-e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4.tar.zst freebsd-ports-gnome-e8cfe3d90e1682e2ea3e59bade1a7e1e4a9fbcb4.zip |
Replace the ghostscript6 dependencies with ghostscript-gnu.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index d7977b83d498..459256b4688e 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= jseger@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ plotter.4:${PORTSDIR}/graphics/plotutils |