summaryrefslogtreecommitdiff
path: root/x11-toolkits/gauche-gtk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 02:38:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 02:38:34 +0000
commit5adefe138680624fc8f830458d68f7e87fa9c8dc (patch)
tree11782e18228be8c6419a12fb204ccc4dd573354f /x11-toolkits/gauche-gtk
parentUpdate to 1.0.2. (diff)
Chase the GtkGLExt shared lib version.
Notes
Notes: svn path=/head/; revision=85992
Diffstat (limited to 'x11-toolkits/gauche-gtk')
-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 6388a469d3de..7bdd349d4bcd 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -28,7 +28,7 @@ PLIST_SUB= VERSION="`gauche-config -V`" \
TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
.if defined(WITH_GTKGLEXT)
-LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
CONFIGURE_ARGS= --enable-gtkgl
PLIST_SUB+= GTKGLEXT=""
.else