diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /security/bsmtrace | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'security/bsmtrace')
-rw-r--r-- | security/bsmtrace/Makefile | 3 |
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: |