aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2014-09-05 18:56:06 +0000
committerKris Moore <kmoore@FreeBSD.org>2014-09-05 18:56:06 +0000
commite2ab3d111075d94b47e875afeda305be601d5263 (patch)
treec6204b7a2f3bd499ad0a2a78c9b4900c47c251f1 /emulators
parent557c96b1dd34bd0da882abe60c35ea502e14a98b (diff)
downloadports-e2ab3d111075d94b47e875afeda305be601d5263.tar.gz
ports-e2ab3d111075d94b47e875afeda305be601d5263.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pipelight/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile
index 87b305062537..4d409f6a1cb0 100644
--- a/emulators/pipelight/Makefile
+++ b/emulators/pipelight/Makefile
@@ -36,10 +36,13 @@ LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \
--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \
- --cxx=${CXX}
+ --cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash
USE_XORG= x11
-USES= compiler:gcc-c++11-lib gmake
+USES= compiler:gcc-c++11-lib gmake shebangfix
MAKE_JOBS_UNSAFE=yes
+bash_OLD_CMD= /usr/bin/env bash
+SHEBANG_FILES= configure \
+ share/install-dependency
.include <bsd.port.pre.mk>