diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:52:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:52:33 +0000 |
commit | 8cb369449af02cf9bd9fcf458e2e5efd277f6d01 (patch) | |
tree | 00080d016f8d7b5f42f0fc15292482965c600715 /x11/dgs/Makefile | |
parent | unbreak: fix install path. (diff) |
Replace the ghostscript55 dependencies with ghostscript-gnu.
Diffstat (limited to 'x11/dgs/Makefile')
-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 |