svn commit: r499113 - head/irc/inspircd

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 16 18:44:23 UTC 2019


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 at 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


More information about the svn-ports-all mailing list