diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-28 21:25:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-28 21:25:51 +0000 |
commit | 5450a8a704590e38a8763d5cb8020aef2ee6bdda (patch) | |
tree | dc2def8a565ddc7978a98c9564891947386b5e6a /sysutils/syslog-ng-incubator03 | |
parent | 80833a2dd6e2a6694e6d2834a693171b16c2fb35 (diff) |
Notes
Diffstat (limited to 'sysutils/syslog-ng-incubator03')
-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 |