summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-10 00:35:40 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-10 00:35:40 +0800
commit2044d142804f1473919ae9d3755113e6468bccd3 (patch)
tree99ac20ca2f315e715318e8e66273b16f5534f87b
parent88160735a49d5c3f2506e31bdeb9108f796336ff (diff)
downloadmarcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar.gz
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar.bz2
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar.lz
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar.xz
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.tar.zst
marcuscom-ports-2044d142804f1473919ae9d3755113e6468bccd3.zip
Add --with-gtkglext=yes that way one day if something change and we will
get something failure. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11501 df743ca5-7f9a-e211-a948-0013205c9059
-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>