diff options
Diffstat (limited to 'security/bsmtrace/Makefile')
-rw-r--r-- | security/bsmtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index f83f8dd585c..5465eaf5e96 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= PCRE EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre MAKE_ENV+= PCRE=1 CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lpcre |