diff options
author | tron <tron> | 2004-01-24 09:27:43 +0000 |
---|---|---|
committer | tron <tron> | 2004-01-24 09:27:43 +0000 |
commit | 90f49f7db36e9082b6880d9176d26e7d7da5f180 (patch) | |
tree | 8e77300758ac6ecb124d48917ef7e0145934ddbd /audio/xine-arts | |
parent | dce4d10fa7a8b83943efb5d0e59a63ea9389ace4 (diff) | |
download | pkgsrc-90f49f7db36e9082b6880d9176d26e7d7da5f180.tar.gz |
Next attempt to fix the build problem of this package.
Diffstat (limited to 'audio/xine-arts')
-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" |