diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-26 09:47:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-26 09:47:23 +0000 |
commit | bc8b3f6168fe94a02f8698f75f70c4a20c568055 (patch) | |
tree | 4bcc49f3878cbdb626bd49b9ec7a9a8d179b0b3d /graphics | |
parent | 27fc848bf842a5fbefe123b77982b5af4e47882f (diff) | |
download | pkgsrc-bc8b3f6168fe94a02f8698f75f70c4a20c568055.tar.gz |
Fix tcl wildcard so that it matches version currently in pkgsrc.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plplot/Makefile | 4 |
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 |