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 --- devel/libIDL/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libIDL') diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index bf587de16bcf..cc1d9206ccb7 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -12,11 +12,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA IDL files +USES= bison pathfix USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_BISON= build -USE_GNOME= gnomehack glib20 +USE_GNOME= glib20 USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes -- cgit v1.2.3