pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glu



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 17 10:04:31 UTC 2018

Modified Files:
        pkgsrc/graphics/glu: Makefile

Log Message:
glu: Requires zlib.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/glu/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/glu/Makefile
diff -u pkgsrc/graphics/glu/Makefile:1.63 pkgsrc/graphics/glu/Makefile:1.64
--- pkgsrc/graphics/glu/Makefile:1.63   Tue Aug  1 14:59:00 2017
+++ pkgsrc/graphics/glu/Makefile        Wed Oct 17 10:04:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2017/08/01 14:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2018/10/17 10:04:31 jperkin Exp $
 
 DISTNAME=      glu-9.0.0
 PKGREVISION=   2
@@ -18,5 +18,6 @@ USE_LANGUAGES=        c c++
 
 PKGCONFIG_OVERRIDE+=   glu.pc.in
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index