svn commit: r514742 - head/irc/ngircd

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 22:55:12 UTC 2019


Author: tobik
Date: Fri Oct 18 22:55:11 2019
New Revision: 514742
URL: https://svnweb.freebsd.org/changeset/ports/514742

Log:
  irc/ngircd: Spell IDENT_CONFIGURE_WITH and value correctly

Modified:
  head/irc/ngircd/Makefile

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Fri Oct 18 22:49:02 2019	(r514741)
+++ head/irc/ngircd/Makefile	Fri Oct 18 22:55:11 2019	(r514742)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ngircd
 PORTVERSION=	25
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://arthur.barton.de/pub/${PORTNAME}/ \
@@ -40,7 +41,7 @@ ICONV_USES=			iconv
 ICONV_CONFIGURE_WITH=		iconv
 IDENT_DESC=			IDENT (AUTH) protocol support
 IDENT_LIB_DEPENDS=		libident.so:security/libident
-INDENT_CONFIGURE_WITH=		dent
+IDENT_CONFIGURE_WITH=		ident
 IPV6_CONFIGURE_ENABLE=		ipv6
 IRCPLUS_DESC=			IRC+ protocol
 IRCPLUS_CONFIGURE_ENABLE=	ircplus


More information about the svn-ports-head mailing list