Date: Thu, 1 Feb 2018 16:04:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460613 - head/devel/efl Message-ID: <201802011604.w11G48Rx004989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802011604.w11G48Rx004989>