diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-18 18:18:43 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-18 18:18:43 +0000 |
commit | 507ce75915bbfb0403bacb7236b3ac736be6f640 (patch) | |
tree | f0f4cb6fcfa98abf70074f30ddc8e923fed7e944 /graphics/truevision | |
parent | 83fd8948f09fae466fe7b1370e5967e57a5d7965 (diff) |
- Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), which
has changed since the last update.
Reported by: linimon
Notes
Notes:
svn path=/head/; revision=168159
Diffstat (limited to 'graphics/truevision')
-rw-r--r-- | graphics/truevision/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index eb4206bf0d42..b693d6650a7a 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} |