From 9250d94365048cf854570d93b5196aa250eba8f0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 8 Mar 2013 11:32:11 +0000 Subject: Convert USE_BISON to USES= bison It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix --- lang/maude/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lang/maude/Makefile') diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 36bad1e56576..4f5d599fe3b2 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: maude -# Date created: 25 Mar 2005 -# Whom: Rick van der Zwet -# +# Created by: Rick van der Zwet # $FreeBSD$ -# PORTNAME= maude PORTVERSION= 2.6 @@ -19,7 +15,7 @@ LIB_DEPENDS= bdd:${PORTSDIR}/science/buddy \ gmp:${PORTSDIR}/math/gmp \ sigsegv:${PORTSDIR}/devel/libsigsegv -USE_BISON= build +USES= bison USE_AUTOTOOLS= aclocal autoheader automake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit v1.2.3