diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-05 10:55:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-05 10:55:47 +0000 |
commit | faf55352cd4c20b9c332f0ad75879cabb77fa645 (patch) | |
tree | 2d08b716bdeda3b62ce419b75e22024708883e8b /games/scid/Makefile | |
parent | 9e938c938688736ebc6534d69d0382ea83f9d406 (diff) |
Notes
Diffstat (limited to 'games/scid/Makefile')
-rw-r--r-- | games/scid/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index 9ef70a90af71..0d71ebafb728 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -3,6 +3,7 @@ PORTNAME= scid PORTVERSION= 4.6.2 +PORTREVISION= 1 CATEGORIES= games databases MASTER_SITES= SF/${PORTNAME}/Scid/Scid%204.6/ @@ -10,8 +11,11 @@ MAINTAINER= bsd@volki.at COMMENT= Free chess database application HAS_CONFIGURE= yes -USES= gmake python tk:84,85,86 zip -WRKSRC= ${WRKDIR}/scid-src +USES= gmake python shebangfix tk:84,85,86 zip +SHEBANG_FILES= tcl/lang/checklangs.tcl \ + tcl/lang/propagatelang.tcl \ + tcl/lang/removetoken.tcl +WRKSRC= ${WRKDIR}/scid-src TCL_LIBRARY= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER} |