diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:12:22 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:12:22 +0800 |
commit | ccd948cfa4fe7d7e3aa69482f79c642acd13e6df (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 /net/nepenthes | |
parent | 1c460a5b00a5221991545a04e5cdba8565fc2839 (diff) | |
download | freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.tar.gz freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.tar.zst freebsd-ports-gnome-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.zip |
Remove trailing whitespace from Makefiles, M-X.
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 |