pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/glclock



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 18:05:08 UTC 2019

Modified Files:
        pkgsrc/time/glclock: Makefile

Log Message:
glclock: needs MesaLib, freeglut, glu

(author note: shiny!)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/glclock/Makefile

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

Modified files:

Index: pkgsrc/time/glclock/Makefile
diff -u pkgsrc/time/glclock/Makefile:1.26 pkgsrc/time/glclock/Makefile:1.27
--- pkgsrc/time/glclock/Makefile:1.26   Wed Jul 18 00:06:24 2018
+++ pkgsrc/time/glclock/Makefile        Fri Aug 30 18:05:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/07/18 00:06:24 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2019/08/30 18:05:08 nia Exp $
 #
 
 DISTNAME=              glclock-6.0b6.0
@@ -31,5 +31,7 @@ do-install:
 #                      mwclock woodclock;do \
 #      ${INSTALL_SCRIPT} ${WRKSRC}/$$i ${PREFIX}/bin; done
 
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index