From 385eac9654e9de3b90ce25e1efffa8c08a547655 Mon Sep 17 00:00:00 2001 From: bapt 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 --- french/aster/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'french/aster') diff --git a/french/aster/Makefile b/french/aster/Makefile index a6e6b92e1a12..2c728b0d02b4 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aster -# Date created: Thu Jun 26 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} @@ -50,7 +46,7 @@ MANUAL_PACKAGE_BUILD= runaway python on pointyhat LICENSE= GPLv2 -USE_BISON= build +USES= bison USE_PYTHON= 2.6-2.7 # >2.5 and <3.0 HAS_CONFIGURE= yes REINPLACE_ARGS= -i "" -- cgit