summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-11-12 21:25:03 +0000
committerCy Schubert <cy@FreeBSD.org>2010-11-12 21:25:03 +0000
commit9e396a6dddebd522c25fe9bc29de11d0a17e19a6 (patch)
treef0f5272d6daa0ff0bbafcf0272e85b8ded0980d5 /sysutils
parent- Libnet11 is only used when SPOOF option is speified. (diff)
Enable amd64 test.
Notes
Notes: svn path=/head/; revision=264465
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/syslog-ng3/Makefile b/sysutils/syslog-ng3/Makefile
index 967ba2fbb013..61a7f4d8330d 100644
--- a/sysutils/syslog-ng3/Makefile
+++ b/sysutils/syslog-ng3/Makefile
@@ -54,6 +54,8 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" \
CONFIGURE_args+= --disable-ssl
.endif
+.include <bsd.port.pre.mk>
+
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+= --enable-tcp-wrapper
.else
@@ -99,8 +101,6 @@ CONFIGURE_ENV+= LIBDBI_CFLAGS="-I/usr/local/include" \
LIBDBI_LIBS=" -ldbi"
.endif
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/src/syslog-ng.h
@${REINPLACE_CMD} -e 's:libnet-config:libnet11-config:g' ${WRKSRC}/configure