Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 18:44:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499113 - head/irc/inspircd
Message-ID:  <201904161844.x3GIiMat076185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr 16 18:44:22 2019
New Revision: 499113
URL: https://svnweb.freebsd.org/changeset/ports/499113

Log:
  irc/inspircd: Spell GNUTLS_CONFIGURE_ENABLE correctly

Modified:
  head/irc/inspircd/Makefile

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Tue Apr 16 18:42:38 2019	(r499112)
+++ head/irc/inspircd/Makefile	Tue Apr 16 18:44:22 2019	(r499113)
@@ -4,6 +4,7 @@
 PORTNAME=	inspircd
 PORTVERSION=	2.0.27
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	irc
 
 MAINTAINER=	dg@syrec.org
@@ -74,7 +75,7 @@ SQLITE_DESC=	Build m_sqlite3 module
 
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
 GNUTLS_USES=		pkgconfig
-GNUTLS_CONFGURE_ENABLE=	gnutls
+GNUTLS_CONFIGURE_ENABLE=	gnutls
 GNUTLS_VARS=		extras+=m_ssl_gnutls.cpp
 
 IPV6_CONFIGURE_ENABLE=	ipv6



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