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/mono/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/mono') diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 22e906c0e516..1d3ecb63db6c 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -14,8 +14,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -USE_BISON= build -USE_GNOME= gnomehack glib20 +USES= bison pathfix +USE_GNOME= glib20 USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -- cgit v1.2.3