diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-05 19:39:16 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-05 19:39:16 +0800 |
commit | 0a409bd159de3b9e751bcc967e1fdbc46604d056 (patch) | |
tree | 3d1477a7d1d70fae0b645269216dd11b795eeda8 /net/xtraceroute | |
parent | b591a15967e9a4efa5ceb36af5093f2ccad77622 (diff) | |
download | freebsd-ports-gnome-0a409bd159de3b9e751bcc967e1fdbc46604d056.tar.gz freebsd-ports-gnome-0a409bd159de3b9e751bcc967e1fdbc46604d056.tar.zst freebsd-ports-gnome-0a409bd159de3b9e751bcc967e1fdbc46604d056.zip |
--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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 1a03dfb872ec..dfdd328a60a7 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" |