From 3bdd775164f5f1a2bed894f3d03a99e4ee29205d Mon Sep 17 00:00:00 2001 From: eugen Date: Tue, 16 Apr 2019 09:31:34 +0000 Subject: irc/ngircd: fix misprint in DEBUG_CONFIGURE_ENABLE No PORTREVISION bump as default build is not affected. Reported by: Serpent7776 via ports@ --- irc/ngircd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 2bf053235b7e..280141358149 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -34,7 +34,7 @@ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= ICONV IRCPLUS LIBWRAP OPENSSL PAM SYSLOG ZLIB -DEBUG_CONFIGURE_EBABLE= debug +DEBUG_CONFIGURE_ENABLE= debug GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls ICONV_USES= iconv -- cgit