From acb3753af8c1b066a29ed59cf6b51faf41f95ae6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 28 May 2018 14:52:18 +0000 Subject: [PATCH] Add explicit USES=perl5 python:2.7 instead of relying on dependencies --- sysutils/syslog-ng-incubator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/syslog-ng-incubator/Makefile b/sysutils/syslog-ng-incubator/Makefile index 338f1647d1cb..2209f3722618 100644 --- a/sysutils/syslog-ng-incubator/Makefile +++ b/sysutils/syslog-ng-incubator/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ 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 USE_LDCONFIG= yes GNU_CONFIGURE= yes