pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slop



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 28 22:22:47 UTC 2018

Modified Files:
        pkgsrc/x11/slop: Makefile

Log Message:
x11/slop: add glu dependency to allow building against modular xorg


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/slop/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/slop/Makefile
diff -u pkgsrc/x11/slop/Makefile:1.1 pkgsrc/x11/slop/Makefile:1.2
--- pkgsrc/x11/slop/Makefile:1.1        Sat Jul 28 15:19:59 2018
+++ pkgsrc/x11/slop/Makefile    Sat Jul 28 22:22:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/28 15:19:59 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/28 22:22:47 nia Exp $
 
 DISTNAME=      slop-7.4
 CATEGORIES=    x11
@@ -17,6 +17,7 @@ USE_LANGUAGES=        c c++
 USE_CMAKE=     yes
 
 .include "../../graphics/glew/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index