summaryrefslogtreecommitdiff
path: root/audio/moc-devel
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-07-31 04:02:40 +0000
committerbjs <bjs@pkgsrc.org>2008-07-31 04:02:40 +0000
commit34f427d77f271014f34b174a490953eb0285ee2e (patch)
tree0f719964216be89bac45593268ba93ebca5b5a0c /audio/moc-devel
parent543342bc3b205e4d68d5de1f5943ecdf698975b9 (diff)
downloadpkgsrc-34f427d77f271014f34b174a490953eb0285ee2e.tar.gz
Bump PKGREVISION for these packages due to JACK update.
Diffstat (limited to 'audio/moc-devel')
-rw-r--r--audio/moc-devel/Makefile4
-rw-r--r--audio/moc-devel/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/moc-devel/Makefile b/audio/moc-devel/Makefile
index 02d195c70da..eb6c61ce4d3 100644
--- a/audio/moc-devel/Makefile
+++ b/audio/moc-devel/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/04/08 01:52:41 bjs Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/31 04:02:40 bjs Exp $
DISTNAME= moc-2.5.0-alpha3
PKGNAME= ${DISTNAME:S/-alpha/./:moc%=moc-devel%}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/unstable/
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/moc-devel/options.mk b/audio/moc-devel/options.mk
index cbfd40eb89d..58b9318f9b7 100644
--- a/audio/moc-devel/options.mk
+++ b/audio/moc-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2008/04/12 22:42:58 jlam Exp $
+# $NetBSD: options.mk,v 1.4 2008/07/31 04:02:40 bjs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.moc
PKG_SUPPORTED_OPTIONS= sndfile flac vorbis speex curl samplerate jack
@@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --with-jack
###
### Resampling support is usually required with jack.
###
-. include "../../audio/jack-devel/buildlink3.mk"
+. include "../../audio/jack/buildlink3.mk"
. if empty(PKG_OPTIONS:Msamplerate)
PKG_OPTIONS+= samplerate
. endif