aboutsummaryrefslogtreecommitdiff
path: root/security/bsmtrace
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /security/bsmtrace
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'security/bsmtrace')
-rw-r--r--security/bsmtrace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile
index c844a166699b..adfa8e25e519 100644
--- a/security/bsmtrace/Makefile
+++ b/security/bsmtrace/Makefile
@@ -21,8 +21,9 @@ OPTIONS_DEFINE= PCRE EXAMPLES
.if ${PORT_OPTIONS:MPCRE}
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-MAKE_ENV+= PCRE=1 LIBS="-lpcre -L${LOCALBASE}/lib"
+MAKE_ENV+= PCRE=1
CFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib -lpcre
.endif
pre-build: