diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
commit | b90c232dc768b2e8c059ab6a74a0c7a49797fd3c (patch) | |
tree | 38310996c3cd73dd3aff78c095f64bc2303b56b9 /print/gp | |
parent | bda0eafc55d6799daec0d1a2f7797c1833dd951a (diff) | |
download | ports-b90c232dc768b2e8c059ab6a74a0c7a49797fd3c.tar.gz ports-b90c232dc768b2e8c059ab6a74a0c7a49797fd3c.zip |
Remove regexp support for tk42.
Notes
Notes:
svn path=/head/; revision=13404
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 934a55313bf0..ea4efed8651c 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.7 1998/08/07 23:56:46 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/24 01:06:26 steve Exp $ # DISTNAME= GP-2.5p2 @@ -26,7 +26,7 @@ LANGUAGE?= English .if (${LANGUAGE} == "English") ALL_TARGET= filters -LIB_DEPENDS= tcl76\\.1\\.:${PORTSDIR}/lang/tcl76 +LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76 RUN_DEPENDS+= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42 LANGEXT= en DOCDIRNAME= Doc |