summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-08 11:32:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-08 11:32:11 +0000
commit9250d94365048cf854570d93b5196aa250eba8f0 (patch)
tree9c130b083139cc77280c7e96cc9cea75a84d2d4c /audio
parentUpdate to 0.48.4. (diff)
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
Notes
Notes: svn path=/head/; revision=313635
Diffstat (limited to 'audio')
-rw-r--r--audio/csound/Makefile2
-rw-r--r--audio/denemo/Makefile2
-rw-r--r--audio/rezound/Makefile2
-rw-r--r--audio/sfront/Makefile8
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}"