Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 19:53:48 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315787 - head/security/aide
Message-ID:  <201304111953.r3BJrmke092896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Apr 11 19:53:48 2013
New Revision: 315787
URL: http://svnweb.freebsd.org/changeset/ports/315787

Log:
  Fix bison build dependency (from r313635).
  
  PR:		177772
  Approved by:	portmgr (bdrewery)

Modified:
  head/security/aide/Makefile

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Thu Apr 11 18:54:11 2013	(r315786)
+++ head/security/aide/Makefile	Thu Apr 11 19:53:48 2013	(r315787)
@@ -13,11 +13,11 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Replacement and extension for Tripwire
 
 LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
+USES=		bison
 
 .include <bsd.port.pre.mk>
 
 USE_GMAKE=	yes
-USES=		bison
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \



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