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 /science | |
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 'science')
-rw-r--r-- | science/gdis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gdis/Makefile b/science/gdis/Makefile index 7779028d99b1..50e404c34688 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 |