citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 620f9b87e3349b0e5d824b50297a6e31190eceb2
parent d77ec7eda1ea4fae54ff74abe81776f9b0672e4b
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 00:26:46 -0700

distrib: remove freeglut dependency

Diffstat:
Mdistrib/openbsd/Makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/distrib/openbsd/Makefile b/distrib/openbsd/Makefile @@ -20,8 +20,7 @@ MODULES = gcc4 MODGCC4_ARCHS = * MODGCC4_LANGS = c++ -LIB_DEPENDS = graphics/freeglut \ - graphics/glew \ +LIB_DEPENDS = graphics/glew \ graphics/glfw BUILD_DEPENDS = devel/jam \