diff options
author | fenner <fenner@FreeBSD.org> | 1998-06-24 13:17:29 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-06-24 13:17:29 +0800 |
commit | 805795bdcf8a9171323b6d110c6347e906f06e0a (patch) | |
tree | a4d4e743e264a2d0ddbb351235180930eedeac33 /mbone | |
parent | 0c608f49dd3cef2783ad95d2a0d95b97e4704581 (diff) | |
download | freebsd-ports-gnome-805795bdcf8a9171323b6d110c6347e906f06e0a.tar.gz freebsd-ports-gnome-805795bdcf8a9171323b6d110c6347e906f06e0a.tar.zst freebsd-ports-gnome-805795bdcf8a9171323b6d110c6347e906f06e0a.zip |
Depend on ghostscript5 instead of ghostscript4.
PR: ports/5380
Submitted by: luigi@iet.unipi.it
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 |