pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib18



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Nov 21 07:15:22 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib18: Makefile

Log Message:
MesaLib18: depend on zlib

Most people get this through either llvm or libpciaccess, but everyone
needs it.

PR pkg/52686.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/MesaLib18/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/MesaLib18/Makefile
diff -u pkgsrc/graphics/MesaLib18/Makefile:1.3 pkgsrc/graphics/MesaLib18/Makefile:1.4
--- pkgsrc/graphics/MesaLib18/Makefile:1.3      Tue Oct 16 15:21:20 2018
+++ pkgsrc/graphics/MesaLib18/Makefile  Wed Nov 21 07:15:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/10/16 15:21:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/21 07:15:22 maya Exp $
 
 DISTNAME=      mesa-18.2.0
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -90,6 +90,7 @@ INSTALLATION_DIRS+=   share/examples/MesaL
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/src/util/drirc ${DESTDIR}${PREFIX}/share/examples/MesaLib
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"



Home | Main Index | Thread Index | Old Index