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:   joerg
Date:           Sat Dec 21 23:48:08 UTC 2019

Modified Files:
        pkgsrc/time/glclock: Makefile

Log Message:
Needs libXmu and libXt, formerly pulled in via Mesa.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/time/glclock/Makefile:1.28
--- pkgsrc/time/glclock/Makefile:1.27   Fri Aug 30 18:05:08 2019
+++ pkgsrc/time/glclock/Makefile        Sat Dec 21 23:48:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/08/30 18:05:08 nia Exp $
+# $NetBSD: Makefile,v 1.28 2019/12/21 23:48:08 joerg Exp $
 #
 
 DISTNAME=              glclock-6.0b6.0
@@ -34,4 +34,6 @@ do-install:
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index