diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
commit | 385eac9654e9de3b90ce25e1efffa8c08a547655 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /audio | |
parent | f2d169546a0f3c0e7fb3d21a855ac4b44aae5036 (diff) | |
download | freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.tar.gz freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.tar.zst freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 2 | ||||
-rw-r--r-- | audio/denemo/Makefile | 2 | ||||
-rw-r--r-- | audio/rezound/Makefile | 2 | ||||
-rw-r--r-- | audio/sfront/Makefile | 8 |
4 files changed, 5 insertions, 9 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index fb21590f3576..3a056c112c27 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -36,7 +36,7 @@ FLTK_DESC= Build FLTK plugin and GUI CONFLICTS_INSTALL= outguess-* USE_PYTHON= 2.6+ -USE_BISON= build +USES= bison USE_GETTEXT= yes USE_SCONS= yes SCONS_BUILDENV= PATH=${LOCALBASE}/bin:$$PATH diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 43e844752811..a54252b40cdf 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= LILYPOND DOCS EXAMPLES LILYPOND_DESC= Install LilyPond (Printing) USE_GNOME= gtk20 gtksourceview2 librsvg2 libxml2 -USE_BISON= build +USES= bison GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \ --disable-portmidi \ diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 342a57512975..b326a93d0947 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= FOX-1.4:${PORTSDIR}/x11-toolkits/fox14 -USE_BISON= build +USES= bison GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index 04f1262ddcdc..668bf1c42199 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sfront -# Date created: Nov 4, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sfront PORTVERSION= 0.99 @@ -15,7 +11,7 @@ COMMENT= A translator that converts MP4-SA files into efficient C programs LICENSE= BSD -USE_BISON= build +USES= bison MAKE_JOBS_SAFE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" |