aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/expedite
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-22 17:25:44 +0800
committermiwi <miwi@FreeBSD.org>2017-04-22 17:25:44 +0800
commitd9c78af5af2193eba5399d0f831c2a598bc47212 (patch)
treee91c9a8c6f2b89cd24bbaaf5787f222813e4a7b5 /benchmarks/expedite
parenta8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62 (diff)
downloadfreebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.tar.gz
freebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.tar.zst
freebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.zip
- Fix shebangs
Diffstat (limited to 'benchmarks/expedite')
-rw-r--r--benchmarks/expedite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile
index dc938fafd874..0bf4c7f31509 100644
--- a/benchmarks/expedite/Makefile
+++ b/benchmarks/expedite/Makefile
@@ -3,6 +3,7 @@
PORTNAME= expedite
PORTVERSION= 1.7.10
+PORTREVISION= 1
CATEGORIES= benchmarks enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/
@@ -15,8 +16,9 @@ LIB_DEPENDS= libefl.so:devel/efl
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
-USES= tar:bzip2 pkgconfig
+USES= pkgconfig python:run shebangfix tar:bzip2
USE_LDCONFIG= yes
+SHEBANG_FILES= src/bin/expedite-cmp
OPTIONS_DEFINE= OPENGL SDL X11
OPTIONS_DEFAULT=OPENGL X11