summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-09-16 14:43:15 +0000
committeruebayasi <uebayasi>2002-09-16 14:43:15 +0000
commita3892e2458f54432d8e39a3990d32154f5581bae (patch)
tree1ae4d2b38fa6194f5fd989eeb1e361edf60d86e0 /audio/vorbis-tools
parent34f60aa1baf7f9660eedb399513ca3a9af5c2f87 (diff)
downloadpkgsrc-a3892e2458f54432d8e39a3990d32154f5581bae.tar.gz
Add a missed dependency on libiconv. PR#18304 by Christopher Richards.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 575329885c9..bee55477cb7 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/09/05 21:03:49 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2002/09/16 14:43:15 uebayasi Exp $
DISTNAME= vorbis-tools-1.0
PKGNAME= vorbis-tools-1.0.0.8
@@ -29,6 +29,7 @@ PTHREAD_OPTS+= require
.include "../../audio/libao/buildlink2.mk"
.include "../../audio/libogg/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../www/curl/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"