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 --- x11/libgnome/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'x11/libgnome/Makefile') diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f22b01f77c9b..c5a1668b25d4 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnome -# Date created: 17 June 1998 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports/x11/libgnome/Makefile,v 1.135 2010/09/27 20:06:45 kwm Exp $ -# PORTNAME= libgnome PORTVERSION= 2.32.0 @@ -26,9 +22,9 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack esound libbonobo \ +USE_GNOME= gnomeprefix intlhack esound libbonobo \ gnomevfs2 ltverhack referencehack -USE_BISON= build +USES= bison pathfix USE_XORG= xpm USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -- cgit v1.2.3