summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/csound4/Makefile5
-rw-r--r--audio/libmikmod/Makefile5
-rw-r--r--audio/openal/Makefile5
-rw-r--r--audio/rplay/Makefile4
-rw-r--r--audio/solfege/Makefile5
-rw-r--r--audio/tracker/Makefile4
6 files changed, 12 insertions, 16 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile
index 3bbae4871cb..f5cbac60cf2 100644
--- a/audio/csound4/Makefile
+++ b/audio/csound4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:06 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/05 16:27:22 jlam Exp $
#
DISTNAME= csound-4.23f13gbs.0
@@ -14,9 +14,8 @@ COMMENT= Software synthesizer and sequencer
DIST_SUBDIR= csound
CONFLICTS+= csound-bath-4*
CONFLICTS+= csound-dev-4*
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
-USE_MAKEINFO= yes
TEXINFO_REQD= 4.2
CONFIGURE_ARGS+= --enable-debug
CFLAGS+= -g
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index ea3481217ea..4f2300fe6f5 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/02/05 23:08:10 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2006/03/05 16:27:22 jlam Exp $
DISTNAME= libmikmod-3.1.11
PKGNAME= libmikmod-3.1.11.1
@@ -16,10 +16,9 @@ COMMENT= MikMod Sound Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_MAKEINFO= yes
INFO_FILES= mikmod.info
CONFIGURE_ARGS+= --disable-threads
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index 90340bbbdd7..e7258d22744 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:28:57 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/03/05 16:27:22 jlam Exp $
DISTNAME= openal-20040816
PKGREVISION= 1
@@ -12,11 +12,10 @@ HOMEPAGE= http://www.openal.org/
COMMENT= 3D positional spatialized sound library
WRKSRC= ${WRKDIR}/${DISTNAME}/linux
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake makeinfo
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_MAKEINFO= yes
INFO_FILES= openal.info
post-install:
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 4bdf73b84e5..e4af01b5f95 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/03/04 21:28:58 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2006/03/05 16:27:22 jlam Exp $
#
DISTNAME= rplay-3.3.2
@@ -11,12 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rplay.doit.org/
COMMENT= Network audio player
+USE_TOOLS+= makeinfo
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --build=BUILD
-USE_MAKEINFO= YES
INFO_FILES= RPLAY.info RPTP.info librplay.info rplay.info
RCD_SCRIPTS= rplayd
EGDIR= ${PREFIX}/share/examples/rplay
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index 9298a8b57c8..ceb388aec31 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/02 00:48:31 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/05 16:27:23 jlam Exp $
#
DISTNAME= solfege-3.0.7
@@ -16,8 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --disable-oss-sound
-USE_TOOLS+= gmake gm4 pkg-config
-USE_MAKEINFO= yes
+USE_TOOLS+= gmake gm4 makeinfo pkg-config
PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index aa0e1e65d60..10d3910f1a6 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/03/04 21:28:59 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2006/03/05 16:27:23 jlam Exp $
DISTNAME= tracker-5.3
PKGREVISION= 1
@@ -26,7 +26,7 @@ MAKE_FLAGS+= MACHINE=${LOWER_OPSYS:Q} INSTALL=${INSTALL:Q} \
EGDIR= ${PREFIX}/share/examples/tracker
CONF_FILES= ${EGDIR}/compression_methods ${PKG_SYSCONFDIR}/compression_methods
-USE_MAKEINFO= YES
+USE_TOOLS+= makeinfo
INFO_FILES= tracker.info
INSTALLATION_DIRS= bin info