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 --- net-mgmt/netmond/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net-mgmt/netmond') diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile index 5fea45c59346..5b4fe82f2664 100644 --- a/net-mgmt/netmond/Makefile +++ b/net-mgmt/netmond/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netmond -# Date created: 2004 Mar 30 -# Whom: vfom@narod.ru -# +# Created by: vfom@narod.ru # $FreeBSD$ -# PORTNAME= netmond PORTVERSION= 2.2b6 @@ -35,7 +31,7 @@ CONFIGURE_ARGS= --without-ifgraph .endif GNU_CONFIGURE= yes -USE_BISON= build +USES= bison BINOWN= root BINGRP= netmon -- cgit v1.2.3