diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-08 01:03:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-08 01:03:45 +0000 |
commit | e170c919125227549a106de1fa49ca11f4fb66d6 (patch) | |
tree | 98fdbe505eabefda10e40c4b7ddfec7892ce7635 | |
parent | s/USE_MESA/USE_GL/ (diff) |
Add USE_GL.
-rw-r--r-- | x11-toolkits/vte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 57c0f09b6434..fd62114e34d0 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-python .ifdef(WITH_GLX) CONFIGURE_ARGS+= --with-glX +USE_GL= yes .endif pre-everything:: |