pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glut



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 17 18:03:48 UTC 2018

Modified Files:
        pkgsrc/graphics/glut: Makefile

Log Message:
glut: Requires zlib.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/glut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glut/Makefile
diff -u pkgsrc/graphics/glut/Makefile:1.59 pkgsrc/graphics/glut/Makefile:1.60
--- pkgsrc/graphics/glut/Makefile:1.59  Tue Aug  1 14:59:00 2017
+++ pkgsrc/graphics/glut/Makefile       Wed Oct 17 18:03:48 2018
@@ -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 @@ CONFIGURE_ENV+=       "EXTRA_LIB_PATH=${LDFLAG
 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