Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 09:31:34 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499085 - head/irc/ngircd
Message-ID:  <201904160931.x3G9VYTb080594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Tue Apr 16 09:31:34 2019
New Revision: 499085
URL: https://svnweb.freebsd.org/changeset/ports/499085

Log:
  irc/ngircd: fix misprint in DEBUG_CONFIGURE_ENABLE
  
  No PORTREVISION bump as default build is not affected.
  
  Reported by:	Serpent7776 <serpent7776@gmail.com> via ports@

Modified:
  head/irc/ngircd/Makefile

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Tue Apr 16 09:31:17 2019	(r499084)
+++ head/irc/ngircd/Makefile	Tue Apr 16 09:31:34 2019	(r499085)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904160931.x3G9VYTb080594>