[Midnightbsd-cvs] mports: Makefile: switch to bison build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 19 10:47:30 EDT 2009


Log Message:
-----------
switch to bison build

Modified Files:
--------------
    mports/security/aide:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/aide/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L security/aide/Makefile -L security/aide/Makefile -u -r1.4 -r1.5
--- security/aide/Makefile
+++ security/aide/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	aide
-# Date created:				Tue Jan  4 11:45:29 PST 2000
-# Whom:					Cy Schubert (Cy.Schubert at uumail.gov.bc.ca)
-#
 # $MidnightBSD$
-# $FreeBSD: ports/security/aide/Makefile,v 1.21 2006/02/23 05:05:38 cy Exp $
-#
 
 PORTNAME=	aide
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.cs.tut.fi/~rammer/
@@ -20,7 +15,7 @@
 LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
 
 USE_GMAKE=	yes
-USE_BISON=	yes
+USE_BISON=	build
 USE_AUTOTOOLS=	autoconf:262
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \


More information about the Midnightbsd-cvs mailing list