pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/slop x11/slop: add glu dependency to allow buildin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff5e0dd0d91
branches:  trunk
changeset: 310978:6ff5e0dd0d91
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 28 22:22:47 2018 +0000

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

diffstat:

 x11/slop/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cc3d2bc7b864 -r 6ff5e0dd0d91 x11/slop/Makefile
--- a/x11/slop/Makefile Sat Jul 28 20:44:45 2018 +0000
+++ b/x11/slop/Makefile Sat Jul 28 22:22:47 2018 +0000
@@ -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_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