diff options
author | tron <tron> | 2004-01-24 09:27:43 +0000 |
---|---|---|
committer | tron <tron> | 2004-01-24 09:27:43 +0000 |
commit | 50a5d8b1ba9e9d4f8cb53d85172746dbde925c9f (patch) | |
tree | 8e77300758ac6ecb124d48917ef7e0145934ddbd /audio | |
parent | 7cde3ac6260e755adca4ec7163b757c2f1aa623f (diff) | |
download | pkgsrc-50a5d8b1ba9e9d4f8cb53d85172746dbde925c9f.tar.gz |
Next attempt to fix the build problem of this package.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index d4cc9249ac7..bfb9991e04a 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 16:06:18 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 09:27:43 tron Exp $ # .include "../../graphics/xine-lib/Makefile.common" @@ -16,4 +16,5 @@ do-install: xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.0/ .include "../../audio/arts/buildlink2.mk" +.include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |