diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 01:12:15 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 01:12:15 +0000 |
commit | f769dc8f7ba54f8843399097a0314d812033ecdf (patch) | |
tree | 69f2dc9d6409b0a12db85124e57d247d543e9bfa /graphics | |
parent | - marking medusa BROKEN on amd64 and ia64. I have no access to machines on (diff) |
gtkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to
libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS.
PR: ports/100129
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kudu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 7f85c70a3a25..732f92952b82 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= amdmi3@mail.ru COMMENT= A 3D skeletal animation tool, powered by GTK+ 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_GL= yes USE_X_PREFIX= yes |