summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-26 09:47:23 +0000
committerwiz <wiz>2001-01-26 09:47:23 +0000
commit92e8b91467ca969cfa13b727e41a3e0c131d4740 (patch)
tree4bcc49f3878cbdb626bd49b9ec7a9a8d179b0b3d /graphics
parentc9ad7c2cd40d197907f7bdc19781d516060824af (diff)
downloadpkgsrc-92e8b91467ca969cfa13b727e41a3e0c131d4740.tar.gz
Fix tcl wildcard so that it matches version currently in pkgsrc.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/plplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile
index 35c84a60142..c4b9ea92396 100644
--- a/graphics/plplot/Makefile
+++ b/graphics/plplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/12/08 22:29:47 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/26 09:47:23 wiz Exp $
DISTNAME= plplot-5.0.0
CATEGORIES= graphics
@@ -74,7 +74,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.xwin
.endif
.if defined(PLPLOT_USE_TCL) && ${PLPLOT_USE_TCL} == "YES"
-DEPENDS+= tcl-8.3.[0-9]:../../lang/tcl
+DEPENDS+= tcl>=8.3.2:../../lang/tcl
.if ${PLPLOT_USE_X11} == "NO"
PLIST_SRC= ${PKGDIR}/PLIST.tcl
.endif