diff options
author | leot <leot> | 2016-02-04 11:38:57 +0000 |
---|---|---|
committer | leot <leot> | 2016-02-04 11:38:57 +0000 |
commit | 334f62c7a2036467d93501c0643c91133d6696fb (patch) | |
tree | 10223a1873e2cd685da0fe7745cef6f4a766e323 | |
parent | e3daa20297434cec765a02c18e306ba05916e0e7 (diff) | |
download | pkgsrc-334f62c7a2036467d93501c0643c91133d6696fb.tar.gz |
+ glfw
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0c86b91c71d..42f43421037 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.726 2016/01/11 23:50:27 wiz Exp $ +# $NetBSD: Makefile,v 1.727 2016/02/04 11:38:57 leot Exp $ # COMMENT= Graphics tools and libraries @@ -172,6 +172,7 @@ SUBDIR+= gimp2-wideangle SUBDIR+= giram SUBDIR+= gle SUBDIR+= glew +SUBDIR+= glfw SUBDIR+= glitz SUBDIR+= gliv SUBDIR+= glm |