diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-25 21:40:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-25 21:40:30 +0000 |
commit | 4a01390b452481c4f271f15c02e203dc7e5d32ee (patch) | |
tree | 06cdf440ee0d31b636f58167daddcfd278798894 /graphics/gauche-gl | |
parent | 88bd8b60db69e734d7a09a4b118d61009a25af67 (diff) |
Notes
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index a8c3aca51ba0..7218475558e2 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not build + USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" |