pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ssystem



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

Modified Files:
        pkgsrc/x11/ssystem: Makefile

Log Message:
ssystem: Needs MesaLib, freeglut, glu


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/ssystem/Makefile

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

Modified files:

Index: pkgsrc/x11/ssystem/Makefile
diff -u pkgsrc/x11/ssystem/Makefile:1.30 pkgsrc/x11/ssystem/Makefile:1.31
--- pkgsrc/x11/ssystem/Makefile:1.30    Mon Sep  4 18:01:05 2017
+++ pkgsrc/x11/ssystem/Makefile Fri Aug 30 18:08:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/09/04 18:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/08/30 18:08:59 nia Exp $
 #
 
 DISTNAME=      ssystem-1.6
@@ -28,6 +28,8 @@ do-install:
            ${INSTALL_DATA} ${DOC_FILES} ${DESTDIR}${PREFIX}/share/doc/ssystem; \
            ${INSTALL_DATA} hires/README ${DESTDIR}${PREFIX}/share/ssystem/hires
 
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index