Add explicit USES=perl5 python:2.7 instead of relying on dependencies

This commit is contained in:
Antoine Brodin 2018-05-28 14:52:18 +00:00
parent 129421eee8
commit acb3753af8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471045

View file

@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes
LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \
libsyslog-ng-3.6.so.0:sysutils/syslog-ng36 libsyslog-ng-3.6.so.0:sysutils/syslog-ng36
USES= bison gmake libtool lua pathfix pkgconfig shebangfix tar:xz USES= bison gmake libtool lua pathfix perl5 pkgconfig python:2.7 shebangfix tar:xz
SHEBANG_FILES= scl/elasticsearch/es-bridge SHEBANG_FILES= scl/elasticsearch/es-bridge
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes