diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-03-16 20:26:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-03-16 20:26:20 +0000 |
commit | df81b39dfe2d050d7090e0e0a75c6895fee20bc8 (patch) | |
tree | 6180af8e4ec6958d279d3cd4dcb25a12f73dad1a /x11-toolkits | |
parent | 51fac597a46721d5fe67a1402d58d002ad09dde8 (diff) | |
download | ports-df81b39dfe2d050d7090e0e0a75c6895fee20bc8.tar.gz ports-df81b39dfe2d050d7090e0e0a75c6895fee20bc8.zip |
- Convert to OPTIONS
- Adjust text slightly so it fits in dialog
- DRI -> DRI/GLX since nVidia GLX does not use DRI
- Style nit: s/ifdef/if defined/ in Makefile
- Kill EOL space in pkg-descr, americanize
Approved by: gnome (marcus)
Notes
Notes:
svn path=/head/; revision=157458
Diffstat (limited to 'x11-toolkits')
-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. |