pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/billardgl



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Dec 18 12:38:38 UTC 2019

Modified Files:
        pkgsrc/games/billardgl: Makefile

Log Message:
Explicitly depend on libXmu.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/billardgl/Makefile

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

Modified files:

Index: pkgsrc/games/billardgl/Makefile
diff -u pkgsrc/games/billardgl/Makefile:1.14 pkgsrc/games/billardgl/Makefile:1.15
--- pkgsrc/games/billardgl/Makefile:1.14        Fri Aug 30 17:01:33 2019
+++ pkgsrc/games/billardgl/Makefile     Wed Dec 18 12:38:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/30 17:01:33 nia Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/18 12:38:38 joerg Exp $
 #
 
 DISTNAME=      BillardGL-1.75
@@ -34,4 +34,5 @@ INSTALLATION_DIRS=    bin
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index