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 /mbone | |
parent | 23cee63b6f96921e3d29158bff5ac1f1edbe52e6 (diff) | |
download | ports-34241581a3817500f5b6ec979a0e5f88ad6159ed.tar.gz ports-34241581a3817500f5b6ec979a0e5f88ad6159ed.zip |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Notes
Notes:
svn path=/head/; revision=35411
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/wb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index a95e50014aa9..4acb2f879022 100644 --- a/mbone/wb/Makefile +++ b/mbone/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> |