diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /print/gp | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'print/gp')
-rw-r--r-- | print/gp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index 13c0ca7ea8ef..89c36dc49ab3 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.5 1998/04/18 12:54:18 itojun Exp $ +# $Id: Makefile,v 1.6 1998/06/04 18:28:10 itojun Exp $ # DISTNAME= GP-2.5 @@ -47,7 +47,7 @@ WITH_RUN= ${PREFIX}/bin/wish4.2jp:${PORTSDIR}/japanese/tk42 \ DOCDIRNAME= Doc DOCEXT= WITH_LIB= tcl76\\.1\\.:${PORTSDIR}/lang/tcl76 -WITH_RUN= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11/tk42 \ +WITH_RUN= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ ${PREFIX}/bin/a2ps:${PORTSDIR}/print/a2ps \ ${X11BASE}/bin/xdvi:${PORTSDIR}/print/xdvi \ ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips |