summaryrefslogtreecommitdiff
path: root/audio/sox/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-25 19:02:45 +0000
committerwiz <wiz>2002-11-25 19:02:45 +0000
commit7d8161be779df810850bce12f8841e8234960859 (patch)
treed3234b2a5eca207442e115d8f93b6dab2799c3bf /audio/sox/Makefile
parent8df1bb9449530fea9b22ac8cd827037356d1b349 (diff)
downloadpkgsrc-7d8161be779df810850bce12f8841e8234960859.tar.gz
Enable vorbis support. Bump to 12.17.3nb1.
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r--audio/sox/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index d1210b7b17a..3e256acd4f8 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2002/09/21 21:05:35 jlam Exp $
-# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp
+# $NetBSD: Makefile,v 1.19 2002/11/25 19:02:45 wiz Exp $
#
DISTNAME= sox-12.17.3
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://home.sprynet.com/~cbagwell/
@@ -15,6 +15,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fast-ulaw \
--enable-fast-alaw \
--with-sun-audio \
- --without-oss-dsp
+ --without-oss-dsp \
+ --with-ogg-vorbislib=${BUILDLINK_PREFIX.libvorbis}/lib \
+ --with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include
+.include "../../audio/libvorbis/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"