summaryrefslogtreecommitdiffstats
path: root/net/xtraceroute
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-05 11:39:16 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-05 11:39:16 +0000
commit4be1ade4f889d482a61a60771850c0c025785bab (patch)
tree5c4a41c6a450ee4c7528191017f1e66295571813 /net/xtraceroute
parenta6def96cd85dc3791b77814758ed6b366f0b7708 (diff)
downloadFreeBSD-ports-4be1ade4f889d482a61a60771850c0c025785bab.zip
FreeBSD-ports-4be1ade4f889d482a61a60771850c0c025785bab.tar.gz
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
Diffstat (limited to 'net/xtraceroute')
-rw-r--r--net/xtraceroute/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 1a03dfb..dfdd328 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -23,7 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \
- --with-lib-MesaGL
+ --with-lib-GL
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
OpenPOWER on IntegriCloud