- Fix shebangs
MFH: 2015Q2
This commit is contained in:
parent
cd6c1aac19
commit
1d582d43f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388945
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= blt
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits tk
|
||||
MASTER_SITES= SF/wize
|
||||
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
|
@ -17,7 +17,11 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R}
|
||||
|
||||
USES= gmake tk zip
|
||||
USES= gmake shebangfix tk zip
|
||||
SHEBANG_FILES= demos/scripts/xcolors.tcl
|
||||
SHEBANG_LANG= bltwish
|
||||
bltwish_OLD_CMD=../bltwish
|
||||
bltwish_CMD= ${PREFIX}/bin/bltwish # installed by this port, so not LOCALBASE
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${TCL_INCLUDEDIR}/generic \
|
||||
|
|
Loading…
Reference in a new issue