svn commit: r460613 - head/devel/efl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 1 16:04:09 UTC 2018
Author: amdmi3
Date: Thu Feb 1 16:04:08 2018
New Revision: 460613
URL: https://svnweb.freebsd.org/changeset/ports/460613
Log:
- Add missing python run-dependency
- Fix shebang
Approved by: portmgr blanket
Modified:
head/devel/efl/Makefile
Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile Thu Feb 1 15:28:25 2018 (r460612)
+++ head/devel/efl/Makefile Thu Feb 1 16:04:08 2018 (r460613)
@@ -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
More information about the svn-ports-head
mailing list