diff options
author | pav <pav@FreeBSD.org> | 2009-09-01 03:48:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-09-01 03:48:35 +0800 |
commit | d4b007ff964cd79d0f2c8505ad57b49ca70a3740 (patch) | |
tree | 66dfaae9ddf2c0e40104d3f07d808d220f98a03b | |
parent | 9404160bf2b93dfdcd2cc6c61f8cafdb9edee564 (diff) | |
download | freebsd-ports-graphics-d4b007ff964cd79d0f2c8505ad57b49ca70a3740.tar.gz freebsd-ports-graphics-d4b007ff964cd79d0f2c8505ad57b49ca70a3740.tar.zst freebsd-ports-graphics-d4b007ff964cd79d0f2c8505ad57b49ca70a3740.zip |
- Un-IGNORE: glut is USE_GL keyword, not USE_XORG one
-rw-r--r-- | graphics/p5-OpenGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 44d7e58afa4..4fdfc633637 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX -USE_XORG= glut +USE_GL= glut PERL_CONFIGURE= yes post-patch: |