diff options
author | jschauma <jschauma> | 2004-06-24 17:27:26 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2004-06-24 17:27:26 +0000 |
commit | 5ddc6890e0f751a232c2e5f1dc98d15c381683c1 (patch) | |
tree | 6624125f4ad49f0098a4c0db244732168343031b /audio/xine-arts | |
parent | 249057f9e61f2b05cf2a1324c8c745e84dff81b1 (diff) | |
download | pkgsrc-5ddc6890e0f751a232c2e5f1dc98d15c381683c1.tar.gz |
Include zlib's buildlink so that this configures and builds fine on
platforms that don't have zlib and need to pull it in from pkgsrc.
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 d5335d10c90..8193572aeb3 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/12 16:37:06 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2004/06/24 17:27:26 jschauma Exp $ # .include "../../multimedia/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/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |