aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r--x11-toolkits/vte/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 2e258c1b0aae..1405f168840a 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -4,7 +4,7 @@
PORTNAME= vte
PORTVERSION= 0.28.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -18,7 +18,7 @@ USES+= tar:xz
RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
-USES+= bison gettext gmake libtool:keepla pathfix pkgconfig
+USES+= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack
@@ -33,22 +33,12 @@ CONFIGURE_ARGS?=--disable-python \
--enable-introspection \
--disable-gnome-pty-helper
-.if !defined(MASTERDIR)
-OPTIONS_DEFINE= GLX
-GLX_DESC= Support for DRI/GLX rendering
-.endif
-
.include <bsd.port.options.mk>
.if ${OSVERSION} < 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
.endif
-.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR)
-CONFIGURE_ARGS+= --with-glX
-USE_GL= yes
-.endif
-
.include <bsd.port.mk>
.endif