aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-02 15:43:40 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-02 15:43:40 +0800
commit81cc256a2f945359feaa312ba27063db0854ecea (patch)
tree335864df75e5defbb0b24b1398a7f631a2d3af05 /net
parent073a50e09924924dd87b668acb231ce78fa15ace (diff)
downloadfreebsd-ports-gnome-81cc256a2f945359feaa312ba27063db0854ecea.tar.gz
freebsd-ports-gnome-81cc256a2f945359feaa312ba27063db0854ecea.tar.zst
freebsd-ports-gnome-81cc256a2f945359feaa312ba27063db0854ecea.zip
Adjust for the libgtkgl version bump.
I hate this, but: PEOPLE, WHEN YOU ARE UPGRADING SOME LIBRARY AND SEEING VERSION BUMP PLEASE ADJUST LIB_DEPENDS OF ALL PORTS DEPENDING ON THAT LIBRARY! Submitted by: bento Forgotten by: will
Diffstat (limited to 'net')
-rw-r--r--net/xtraceroute/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 81bc8cea9a30..1a03dfb872ec 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
GL.14:${PORTSDIR}/graphics/Mesa3 \
- gtkgl.4:${PORTSDIR}/x11-toolkits/gtkglarea \
+ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
tiff.4:${PORTSDIR}/graphics/tiff
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config