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 | |
parent | 37aa285caf22f5e11534d6705ac9d3d4c7ed5992 (diff) | |
download | freebsd-ports-graphics-9c6106377fafad5f92ba681f529264aaa0762651.tar.gz freebsd-ports-graphics-9c6106377fafad5f92ba681f529264aaa0762651.tar.zst freebsd-ports-graphics-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
-rw-r--r-- | graphics/g3dviewer/Makefile | 2 | ||||
-rw-r--r-- | graphics/gliv/Makefile | 2 | ||||
-rw-r--r-- | graphics/kludge3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/truevision/Makefile | 4 | ||||
-rw-r--r-- | science/gdis/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/inti-gl/Makefile | 2 |
6 files changed, 6 insertions, 8 deletions
diff --git a/graphics/g3dviewer/Makefile b/graphics/g3dviewer/Makefile index 174a2b44d69..e11d49fa197 100644 --- a/graphics/g3dviewer/Makefile +++ b/graphics/g3dviewer/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://automagically.de/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A 3D file viewer for GTK+ -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_GNOME= gnometarget gtk20 USE_GL= yes diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 0dd279ead6a..50dacd3d08d 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://guichaz.free.fr/gliv/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index 7d82db894a6..f5b96c9550a 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple 3d editor LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \ - gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext + gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_PYTHON= yes USE_GL= yes diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index eb4206bf0d4..b693d6650a7 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -16,9 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The GNOME 3D modeler -BROKEN= needs to have gtkglext dependency updated - -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} diff --git a/science/gdis/Makefile b/science/gdis/Makefile index 7779028d99b..50e404c3468 100644 --- a/science/gdis/Makefile +++ b/science/gdis/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display and manipulation of isolated molecules and periodic systems -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_GL= yes USE_GNOME= gtk20 diff --git a/x11-toolkits/inti-gl/Makefile b/x11-toolkits/inti-gl/Makefile index d06bc816ccc..3dbb208dc6a 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 |