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:           Thu Apr 11 15:52:08 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib18: Makefile

Log Message:
mesalib18: requires expat. from sobukus


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/graphics/MesaLib18/Makefile:1.19
--- pkgsrc/graphics/MesaLib18/Makefile:1.18     Fri Feb 22 15:40:35 2019
+++ pkgsrc/graphics/MesaLib18/Makefile  Thu Apr 11 15:52:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/02/22 15:40:35 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/11 15:52:08 maya Exp $
 
 DISTNAME=      mesa-18.3.4
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -105,4 +105,5 @@ post-install:
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index