diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-24 21:19:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-24 21:19:41 +0000 |
commit | e5ad754afb58c6c76cbeb5e1c084b218ce1d1d94 (patch) | |
tree | 2a79673cf3eee84494df246d5b85ff8d42996ef5 /x11-toolkits | |
parent | 10ad3962a156ba6a256da02475ec3ba11fbd70e8 (diff) | |
download | ports-e5ad754afb58c6c76cbeb5e1c084b218ce1d1d94.tar.gz ports-e5ad754afb58c6c76cbeb5e1c084b218ce1d1d94.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/vte290/Makefile | 14 |
2 files changed, 3 insertions, 17 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 4607e84d9df3..933ded317f21 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -36,12 +36,6 @@ CONFIGURE_ARGS?=--disable-python \ CPE_VENDOR= nalin_dahyabhai -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c -.endif - .include <bsd.port.mk> .endif diff --git a/x11-toolkits/vte290/Makefile b/x11-toolkits/vte290/Makefile index 005205956c76..272ddb21a685 100644 --- a/x11-toolkits/vte290/Makefile +++ b/x11-toolkits/vte290/Makefile @@ -42,20 +42,12 @@ INSTALL_TARGET= install-strip .if !defined(MASTERDIR) OPTIONS_DEFINE= GLX GLX_DESC= Support for DRI/GLX rendering -.endif - -PLIST_SUB= VERSION=2.90 -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c +GLX_CONFIGURE_ON= --with-glX +GLX_USE= GL=yes .endif -.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif +PLIST_SUB= VERSION=2.90 post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/profile.d/vte.sh \ |