aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-07-19 09:41:34 +0800
committeralepulver <alepulver@FreeBSD.org>2006-07-19 09:41:34 +0800
commitec652ef6f443a8ab9101b71a7e3da5e4efd127e5 (patch)
tree6981db1fe1fa4b5ca20443859ffa3e10d0bdc74d /x11-toolkits
parentd972839706acab6e88cccd7ae4efa769028d288c (diff)
downloadfreebsd-ports-gnome-ec652ef6f443a8ab9101b71a7e3da5e4efd127e5.tar.gz
freebsd-ports-gnome-ec652ef6f443a8ab9101b71a7e3da5e4efd127e5.tar.zst
freebsd-ports-gnome-ec652ef6f443a8ab9101b71a7e3da5e4efd127e5.zip
- Change shared library version in LIB_DEPENDS to match current version of
x11-toolkits/gtkglext. Reported by: linimon Approved by: maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gauche-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile
index 60da9896805e..39ea59d777fc 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -30,7 +30,7 @@ PLIST_SUB= VERSION="`gauche-config -V`" \
CFLAGS+= -fPIC
.if defined(WITH_GTKGLEXT)
-LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
CONFIGURE_ARGS= --enable-gtkgl
PLIST_SUB+= GTKGLEXT=""
.else