diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
commit | da95875958db6425cfa539b059cc4ef07627aaf1 (patch) | |
tree | e65d448fa596af2b7125f1471bb2fce4987c0195 /x11 | |
parent | 9bedba5f7c2666a427b3694bf3766b63f976502a (diff) | |
download | freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.tar.gz freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.tar.zst freebsd-ports-gnome-da95875958db6425cfa539b059cc4ef07627aaf1.zip |
Replace the ghostscript55 dependencies with ghostscript-gnu.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 4f9dc9ae5338..e8ed404e7fb4 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu USE_X_PREFIX= yes USE_GMAKE= yes |