svn commit: r499466 - head/security/oidentd

Oliver Lehmann oliver at FreeBSD.org
Sat Apr 20 20:47:54 UTC 2019


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
 


More information about the svn-ports-head mailing list