summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/gtk-vnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
index dc0b531b4..d1ac549e0 100644
--- a/net/gtk-vnc/Makefile
+++ b/net/gtk-vnc/Makefile
@@ -19,10 +19,11 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
USE_GNOME= pygtk2 gnomehack
USE_GMAKE= yes
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-gtkglext=yes
.include <bsd.port.mk>