diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-13 23:02:39 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-13 23:02:39 +0800 |
commit | bd64317ee4cd18bad6acf101e4e04b8a44cad9c9 (patch) | |
tree | e2a99d843e0cba75dc544dcd7712f40da3e515a6 /games/scid | |
parent | a7402e6954289abb757630f56a8befa2294e81ce (diff) | |
download | freebsd-ports-gnome-bd64317ee4cd18bad6acf101e4e04b8a44cad9c9.tar.gz freebsd-ports-gnome-bd64317ee4cd18bad6acf101e4e04b8a44cad9c9.tar.zst freebsd-ports-gnome-bd64317ee4cd18bad6acf101e4e04b8a44cad9c9.zip |
Remove left-over meaningless 85+ from USES t(cl|k)
Diffstat (limited to 'games/scid')
-rw-r--r-- | games/scid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index 24f5b39d4ffe..69720c6d9a70 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes -USES= gmake python shebangfix tk:85+ zip +USES= gmake python shebangfix tk zip SHEBANG_FILES= tcl/lang/checklangs.tcl \ tcl/lang/propagatelang.tcl \ tcl/lang/removetoken.tcl \ |