diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-02 00:04:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-02 00:04:08 +0800 |
commit | 43e3b042ab55f5a36fd9a08c94013defa81e12f4 (patch) | |
tree | 89ad223498ac6b6ab0ded52473c9114f1412f25d /devel | |
parent | 670af8ba9c3eac378c7c34e7d60a239ecef05145 (diff) | |
download | freebsd-ports-gnome-43e3b042ab55f5a36fd9a08c94013defa81e12f4.tar.gz freebsd-ports-gnome-43e3b042ab55f5a36fd9a08c94013defa81e12f4.tar.zst freebsd-ports-gnome-43e3b042ab55f5a36fd9a08c94013defa81e12f4.zip |
- Add missing python run-dependency
- Fix shebang
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/efl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 8f66a5476897..b3a14dbf27d7 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,6 +3,7 @@ PORTNAME= efl PORTVERSION= 1.19.2 +PORTREVISION= 1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment @@ -23,7 +24,9 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ GNU_CONFIGURE= yes USES= autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \ - libtool pathfix pkgconfig shared-mime-info tar:xz + libtool pathfix pkgconfig python:2,run shared-mime-info \ + shebangfix tar:xz +SHEBANG_FILES= src/scripts/eina/eina-bench-cmp USE_XORG= x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \ xrandr xrender xtst xscrnsaver USE_LDCONFIG= yes |