summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-24 21:19:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-24 21:19:41 +0000
commite5ad754afb58c6c76cbeb5e1c084b218ce1d1d94 (patch)
tree2a79673cf3eee84494df246d5b85ff8d42996ef5 /x11-toolkits
parent- Switch to options helpers (diff)
- Switch to options helpers
- Drop 8.x support Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397765
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile6
-rw-r--r--x11-toolkits/vte290/Makefile14
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 \