diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-07-19 02:18:43 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-07-19 02:18:43 +0800 |
commit | 9c6106377fafad5f92ba681f529264aaa0762651 (patch) | |
tree | 5822b0d39ecab6919c3c28266c1a79712a25faf5 /x11-toolkits | |
parent | 37aa285caf22f5e11534d6705ac9d3d4c7ed5992 (diff) | |
download | freebsd-ports-gnome-9c6106377fafad5f92ba681f529264aaa0762651.tar.gz freebsd-ports-gnome-9c6106377fafad5f92ba681f529264aaa0762651.tar.zst freebsd-ports-gnome-9c6106377fafad5f92ba681f529264aaa0762651.zip |
- Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), which
has changed since the last update.
Reported by: linimon
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/inti-gl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/inti-gl/Makefile b/x11-toolkits/inti-gl/Makefile index d06bc816ccc8..3dbb208dc6a0 100644 --- a/x11-toolkits/inti-gl/Makefile +++ b/x11-toolkits/inti-gl/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GtkGLExt, the Open-GL extension to GTK+ LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti \ - gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext + gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_X_PREFIX= yes USE_GL= yes |