diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-01 16:04:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-01 16:04:08 +0000 |
commit | d4faef33e71a6a60f36b84ed0476d025e353ad42 (patch) | |
tree | 89ad223498ac6b6ab0ded52473c9114f1412f25d /devel/efl | |
parent | 8e6e147a492fb4ac45152ff23bd1d8974648289d (diff) | |
download | ports-d4faef33e71a6a60f36b84ed0476d025e353ad42.tar.gz ports-d4faef33e71a6a60f36b84ed0476d025e353ad42.zip |
Notes
Diffstat (limited to 'devel/efl')
-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 |