diff options
author | tobik <tobik@FreeBSD.org> | 2019-04-17 02:44:22 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-04-17 02:44:22 +0800 |
commit | f051c80a31fdcdcbecdfdc124b5d4184273d876d (patch) | |
tree | c53cfa8d52348dfb6bac49d2421c23ad996bdc3a /irc | |
parent | d51500637b07a4c5cafc76a5c73c0b5f4bb51142 (diff) | |
download | freebsd-ports-gnome-f051c80a31fdcdcbecdfdc124b5d4184273d876d.tar.gz freebsd-ports-gnome-f051c80a31fdcdcbecdfdc124b5d4184273d876d.tar.zst freebsd-ports-gnome-f051c80a31fdcdcbecdfdc124b5d4184273d876d.zip |
irc/inspircd: Spell GNUTLS_CONFIGURE_ENABLE correctly
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 93d933598c69..1af18075fbe1 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -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 |