diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-08-18 03:47:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-08-18 03:47:20 +0000 |
commit | 31cafb3591a5e73bb378c01c3d8f149969aa9e4e (patch) | |
tree | 4d54bd03c2e5b22ba96b9bb9a304ceba254a1aa4 | |
parent | 3d5bfec73dc76b7645cdb3b1c98a149745fbc61a (diff) |
Notes
-rw-r--r-- | sysutils/syslog-ng37/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/syslog-ng37/Makefile b/sysutils/syslog-ng37/Makefile index b27931b80e29..d12a81e7e06b 100644 --- a/sysutils/syslog-ng37/Makefile +++ b/sysutils/syslog-ng37/Makefile @@ -3,7 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 -PORTREVISION= 5 +PORTREVISION= 6 .if !defined(MASTERDIR) PKGNAMESUFFIX= 37 .endif @@ -21,7 +21,8 @@ BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not compile on sparc64: gcc core dump LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ - libpcre.so:devel/pcre + libpcre.so:devel/pcre \ + libuuid.so:misc/e2fsprogs-libuuid BUILD_DEPENDS= xsltproc:textproc/libxslt \ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ @@ -43,7 +44,7 @@ REDIS_DESC= Build with Redis support JAVA_DESC= Build with Java support (and modules, like Elastic) PYTHON_DESC= Build with Python 2.7 support -USES= gmake libtool pathfix pkgconfig ssl +USES= gmake libtool pathfix pkgconfig ssl gettext-runtime USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng GNU_CONFIGURE= yes |