diff options
Diffstat (limited to 'sysutils/syslog-ng-incubator03/Makefile')
-rw-r--r-- | sysutils/syslog-ng-incubator03/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/syslog-ng-incubator03/Makefile b/sysutils/syslog-ng-incubator03/Makefile index 3aea885edb4d..56758aeba1b6 100644 --- a/sysutils/syslog-ng-incubator03/Makefile +++ b/sysutils/syslog-ng-incubator03/Makefile @@ -3,10 +3,11 @@ PORTNAME= syslog-ng-incubator PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://packages.madhouse-project.org/syslog-ng/incubator/ DISTFILES= syslog-ng-incubator-${PORTVERSION}.tar.xz -PKGNAMESUFFIX=03 +PKGNAMESUFFIX= 03 MAINTAINER= cy@FreeBSD.org COMMENT= The syslog-ng module incubator @@ -18,7 +19,8 @@ MAKE_JOBS_UNSAFE= yes LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog \ libsyslog-ng-3.5.6.so:${PORTSDIR}/sysutils/syslog-ng35 -USES= gmake pkgconfig pathfix bison lua tar:xz libtool +USES= bison gmake libtool lua pathfix pkgconfig shebangfix tar:xz +SHEBANG_FILES= scl/elasticsearch/es-bridge USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 |