Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 20:47:53 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499466 - head/security/oidentd
Message-ID:  <201904202047.x3KKlrkq097432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Sat Apr 20 20:47:53 2019
New Revision: 499466
URL: https://svnweb.freebsd.org/changeset/ports/499466

Log:
  add bison as a needed dependency to unbreak build

Modified:
  head/security/oidentd/Makefile

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Sat Apr 20 20:11:01 2019	(r499465)
+++ head/security/oidentd/Makefile	Sat Apr 20 20:47:53 2019	(r499466)
@@ -11,6 +11,7 @@ COMMENT=	Ident server that supports user-defined ident
 
 LICENSE=	GPLv2
 
+USES=		bison
 USE_RC_SUBR=	oidentd
 GNU_CONFIGURE=	yes
 



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