diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-06-24 05:17:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-06-24 05:17:29 +0000 |
commit | 64cbbecc05ebcf5ee082683a4e9bd6b36afe3e8f (patch) | |
tree | 3ef8ebbf275a6f127abb4467ae0462b78d02f8ab /mbone | |
parent | Upgrade to 4.0test66. This sat in my working copy for some time; (diff) |
Depend on ghostscript5 instead of ghostscript4.
PR: ports/5380
Submitted by: luigi@iet.unipi.it
Notes
Notes:
svn path=/head/; revision=11495
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/wb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index 181bba230e0d..2903fd787c83 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Novermber 1996 # Whom: fenner # -# $Id: Makefile,v 1.1.1.1 1996/11/10 21:13:06 fenner Exp $ +# $Id: Makefile,v 1.2 1996/11/18 11:33:42 asami Exp $ # DISTNAME= wb-1.59 @@ -17,8 +17,8 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_X11= yes -# XXX ghostscript, ghostscript3 or ghostscript4 will all do. -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 +# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin |