diff options
author | nia <nia@pkgsrc.org> | 2018-07-28 22:22:47 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-28 22:22:47 +0000 |
commit | 77dcbd1c73a1ed3ac3cc87284e1c96c40a66e09d (patch) | |
tree | 1c038503c975354f94933aca4bcf94247c600447 /x11 | |
parent | a481dd9d4da532b0ea78f0431ad953af3c8f9aeb (diff) | |
download | pkgsrc-77dcbd1c73a1ed3ac3cc87284e1c96c40a66e09d.tar.gz |
x11/slop: add glu dependency to allow building against modular xorg
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 61a6678e4da..29f8b4d1f1c 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -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" |