diff options
author | danfe <danfe@FreeBSD.org> | 2006-03-17 04:26:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-03-17 04:26:20 +0800 |
commit | b39f2fda162d20ea26b73157106bc68886ce29ee (patch) | |
tree | 09dec02e09fa48770e08a371bf6f8df3dbc9aab2 /x11-toolkits/vte | |
parent | 1b67bffe0fc19db14947aa27c7f8ae7627893ebc (diff) | |
download | freebsd-ports-gnome-b39f2fda162d20ea26b73157106bc68886ce29ee.tar.gz freebsd-ports-gnome-b39f2fda162d20ea26b73157106bc68886ce29ee.tar.zst freebsd-ports-gnome-b39f2fda162d20ea26b73157106bc68886ce29ee.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)
Diffstat (limited to 'x11-toolkits/vte')
-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. |