pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glut glut: Requires zlib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab9bbc3eb36e
branches:  trunk
changeset: 314068:ab9bbc3eb36e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Oct 17 18:03:48 2018 +0000

description:
glut: Requires zlib.

diffstat:

 graphics/glut/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 348713db32ef -r ab9bbc3eb36e graphics/glut/Makefile
--- a/graphics/glut/Makefile    Wed Oct 17 15:33:36 2018 +0000
+++ b/graphics/glut/Makefile    Wed Oct 17 18:03:48 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2017/08/01 14:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2018/10/17 18:03:48 jperkin Exp $
 
 DISTNAME=      MesaGLUT-7.9.2
 # we have the autoconf patches from git, so call it 8.0.1.
@@ -26,6 +26,7 @@
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index