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 /graphics/graphviz | |
parent | Fix it for alpha. (diff) |
Remove regexp support for tk42.
Notes
Notes:
svn path=/head/; revision=13404
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ea45e3296563..cb6b9f9c7509 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/02/21 22:37:58 fenner Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:25 asami Exp $ # DISTNAME= graphviz_1_21 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .src.unix.tgz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11-toolkits/tk42 +LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42 RESTRICTED= "Can't be fetched without license" NO_PACKAGE= ${RESTRICTED} |