aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-10 00:37:29 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-10 00:37:29 +0800
commit1d582d43f5c59031f28cf90fb8b3f0a3fc590bf5 (patch)
treecb714e3c6c7992b1633c66ef3dd9959d527e3d8e /x11-toolkits
parentcd6c1aac1916ec4b40296dda6685848ead4af40c (diff)
downloadfreebsd-ports-gnome-1d582d43f5c59031f28cf90fb8b3f0a3fc590bf5.tar.gz
freebsd-ports-gnome-1d582d43f5c59031f28cf90fb8b3f0a3fc590bf5.tar.zst
freebsd-ports-gnome-1d582d43f5c59031f28cf90fb8b3f0a3fc590bf5.zip
- Fix shebangs
MFH: 2015Q2
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/blt/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 741db810cceb..33264d6b105b 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -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 \