diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
commit | eb8748bedad607ac907ca3545ad41d6931f779fc (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 /net/nepenthes | |
parent | 42bc424f618b6148fae4b6088ace14057513f0bc (diff) | |
download | ports-eb8748bedad607ac907ca3545ad41d6931f779fc.tar.gz ports-eb8748bedad607ac907ca3545ad41d6931f779fc.zip |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index ecd458d12b6c..ab54b883bcd7 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -25,7 +25,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DEBUG_LOGGING PRELUDE +OPTIONS_DEFINE= DEBUG_LOGGING PRELUDE DEBUG_LOGGING_CONFIGURE_ENABLE= debug-logging PRELUDE_LIB_DEPENDS= libprelude.so:${PORTSDIR}/security/libprelude |