diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 14:01:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 14:01:51 +0000 |
commit | 670b177f38782113df38241645cc5e3c8290f24e (patch) | |
tree | 54216c34361337f39e3c9af4e2d801015444fade /graphics/pure-gl | |
parent | 0d99b79ee28e8c32b0283eebe351694dc4ba52dd (diff) | |
download | ports-670b177f38782113df38241645cc5e3c8290f24e.tar.gz ports-670b177f38782113df38241645cc5e3c8290f24e.zip |
Notes
Diffstat (limited to 'graphics/pure-gl')
-rw-r--r-- | graphics/pure-gl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pure-gl/Makefile b/graphics/pure-gl/Makefile index 20f7a7adbc34..56821116eb48 100644 --- a/graphics/pure-gl/Makefile +++ b/graphics/pure-gl/Makefile @@ -13,6 +13,8 @@ COMMENT= Pure language interface to OpenGL LICENSE= BSD3CLAUSE +BROKEN= No public distfiles + USES= pure:ffi USE_GL= glut MAKE_ARGS+= LinkGL="-lglut -lGLU -lGL" |