Wed Oct 17 18:03:48 2018 UTC ()
glut: Requires zlib.


(jperkin)
diff -r1.59 -r1.60 pkgsrc/graphics/glut/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/graphics/glut/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/glut/Attic/Makefile 2017/08/01 14:59:00 1.59
+++ pkgsrc/graphics/glut/Attic/Makefile 2018/10/17 18:03:48 1.60
@@ -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"