diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-07 19:01:02 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-09-07 19:01:02 +0800 |
commit | f367c94465aef983b0ad87bf5c7a46552715e527 (patch) | |
tree | ea18e1a73839e9a2fef847a66a01aebb420848b0 | |
parent | 1dfb87880a2a87fab006ab95cf12a0adc056d723 (diff) | |
download | freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.tar.gz freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.tar.zst freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.zip |
Convert USES of tcl or tk from 84,85 to 85
-rw-r--r-- | games/scid/Makefile | 3 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index 00e8c2336b08..cb42810c9649 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -3,6 +3,7 @@ PORTNAME= scid PORTVERSION= 4.6.4 +PORTREVISION= 1 CATEGORIES= games databases MASTER_SITES= SF/${PORTNAME}/Scid/Scid%204.6/ @@ -10,7 +11,7 @@ MAINTAINER= bsd@volki.at COMMENT= Free chess database application HAS_CONFIGURE= yes -USES= gmake python shebangfix tk:84,85,86 zip +USES= gmake python shebangfix tk:85+ zip SHEBANG_FILES= tcl/lang/checklangs.tcl \ tcl/lang/propagatelang.tcl \ tcl/lang/removetoken.tcl diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index f99521440b33..2c3880bc3663 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= lablgl PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \ @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= ocaml-nox11-[0-9]* -USES= gmake tk:84,85 +USES= gmake tk:85 USE_XORG= x11 xext xmu USE_GL= glut USE_OCAML= yes |