aboutsummaryrefslogtreecommitdiff
path: root/security/snort
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2015-01-06 01:33:33 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2015-01-06 01:33:33 +0000
commit16874e913b80b88ed38a75c5482d19059cca226b (patch)
tree460a23243bb720b50982c4c8a26895d1f4391894 /security/snort
parentdc863138620912f48ee6b84cd5b6d7f47fa8469d (diff)
downloadports-16874e913b80b88ed38a75c5482d19059cca226b.tar.gz
ports-16874e913b80b88ed38a75c5482d19059cca226b.zip
- Fix runtime issue with APPID enabled
PR: 195019 Submitted by: Bill Meeks <bmeeks8@bellsouth.net>
Notes
Notes: svn path=/head/; revision=376381
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 188cfcb15836..1b9e93b32f4d 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -64,7 +64,7 @@ BARNYARD_RUN_DEPENDS= barnyard2:${PORTSDIR}/security/barnyard2
PULLEDPORK_RUN_DEPENDS= pulledpork.pl:${PORTSDIR}/security/pulledpork
APPID_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit
APPID_CONFIGURE_ENV+= luajit_CFLAGS="-I${LOCALBASE}/include/luajit-2.0" \
- luajit_LIBS="-L${LOCALBASE}/lib"
+ luajit_LIBS="-L${LOCALBASE}/lib -lluajit-5.1"
.include <bsd.port.options.mk>