diff options
author | eugen <eugen@FreeBSD.org> | 2019-04-16 17:31:34 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2019-04-16 17:31:34 +0800 |
commit | 3bdd775164f5f1a2bed894f3d03a99e4ee29205d (patch) | |
tree | 332f8f79dc126af689d06e5f8d08380a425fda44 /irc | |
parent | feee3f3f7e143f290358232fc96c13f2fb90c707 (diff) | |
download | freebsd-ports-gnome-3bdd775164f5f1a2bed894f3d03a99e4ee29205d.tar.gz freebsd-ports-gnome-3bdd775164f5f1a2bed894f3d03a99e4ee29205d.tar.zst freebsd-ports-gnome-3bdd775164f5f1a2bed894f3d03a99e4ee29205d.zip |
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@
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ngircd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |