diff options
-rw-r--r-- | x11-toolkits/vte/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-descr | 2 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 80185d3856bc..59b87fe2120b 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -27,15 +27,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-python -.ifdef(WITH_GLX) +OPTIONS= GLX "Enable support for DRI/GLX rendering" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_GLX) CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Vte supports the following configurable option(s):" - @${ECHO_MSG} " WITH_GLX=yes Enable support for DRI rendering (may improve performance)" - @${ECHO_MSG} "" - -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr index f6d86e5ca67f..ef1e497b907e 100644 --- a/x11-toolkits/vte/pkg-descr +++ b/x11-toolkits/vte/pkg-descr @@ -1,2 +1,2 @@ -Terminal widget with improved font, internationalisation and accessibility +Terminal widget with improved font, internationalization and accessibility support for the GNOME 2 desktop. Designed to replace libzvt. |