pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xine-arts Include zlib's buildlink so that this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6305d5f2e33f
branches:  trunk
changeset: 476979:6305d5f2e33f
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Jun 24 17:27:26 2004 +0000

description:
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:

 audio/xine-arts/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r fc43303441a7 -r 6305d5f2e33f audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Thu Jun 24 16:57:45 2004 +0000
+++ b/audio/xine-arts/Makefile  Thu Jun 24 17:27:26 2004 +0000
@@ -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 @@
                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"



Home | Main Index | Thread Index | Old Index