summaryrefslogtreecommitdiff
path: root/net/wb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-11 20:52:33 +0000
commit8cb369449af02cf9bd9fcf458e2e5efd277f6d01 (patch)
tree00080d016f8d7b5f42f0fc15292482965c600715 /net/wb
parentunbreak: fix install path. (diff)
Replace the ghostscript55 dependencies with ghostscript-gnu.
Notes
Notes: svn path=/head/; revision=47714
Diffstat (limited to 'net/wb')
-rw-r--r--net/wb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wb/Makefile b/net/wb/Makefile
index 759b0aab634d..7fbb109f2605 100644
--- a/net/wb/Makefile
+++ b/net/wb/Makefile
@@ -18,7 +18,7 @@ NO_BUILD= yes
USE_X_PREFIX= yes
# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
.include <bsd.port.pre.mk>