pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/vis5d+



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 18:48:14 UTC 2019

Modified Files:
        pkgsrc/geography/vis5d+: Makefile

Log Message:
vis5d+: Needs only MesaLib and glu


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/vis5d+/Makefile

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

Modified files:

Index: pkgsrc/geography/vis5d+/Makefile
diff -u pkgsrc/geography/vis5d+/Makefile:1.20 pkgsrc/geography/vis5d+/Makefile:1.21
--- pkgsrc/geography/vis5d+/Makefile:1.20       Wed Jan  3 00:22:16 2018
+++ pkgsrc/geography/vis5d+/Makefile    Fri Aug 30 18:48:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/03 00:22:16 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2019/08/30 18:48:14 nia Exp $
 #
 
 DISTNAME=              vis5d+-1.2.1
@@ -19,5 +19,6 @@ USE_TOOLS+=           msgfmt
 GNU_CONFIGURE=         yes
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index