diff options
author | tron <tron@pkgsrc.org> | 2004-01-24 09:27:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-01-24 09:27:43 +0000 |
commit | 2f1a4abbe9795c87c03eca38dfa621f63be5faba (patch) | |
tree | 8e77300758ac6ecb124d48917ef7e0145934ddbd | |
parent | c0f8903bb6c660b2bdd6b42dd9ecb3114c1a5e19 (diff) | |
download | pkgsrc-2f1a4abbe9795c87c03eca38dfa621f63be5faba.tar.gz |
Next attempt to fix the build problem of this package.
-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" |