diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-16 14:43:15 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-16 14:43:15 +0000 |
commit | df631889ee407d543fe383e9fe6ae104354e55b9 (patch) | |
tree | 1ae4d2b38fa6194f5fd989eeb1e361edf60d86e0 | |
parent | 17a82619c3b95724c21b0c8caa59ee583bdf83d7 (diff) | |
download | pkgsrc-df631889ee407d543fe383e9fe6ae104354e55b9.tar.gz |
Add a missed dependency on libiconv. PR#18304 by Christopher Richards.
-rw-r--r-- | audio/vorbis-tools/Makefile | 3 |
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" |