diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
commit | 34241581a3817500f5b6ec979a0e5f88ad6159ed (patch) | |
tree | 3e8c5a699f36b2aa9b4b99f72a8593b002c67004 /net | |
parent | A new volunteer (diff) |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Notes
Notes:
svn path=/head/; revision=35411
Diffstat (limited to 'net')
-rw-r--r-- | net/wb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wb/Makefile b/net/wb/Makefile index a95e50014aa9..4acb2f879022 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/ghostscript5 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 .include <bsd.port.pre.mk> |