diff options
author | acm <acm@FreeBSD.org> | 2006-08-24 20:40:03 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-24 20:40:03 +0800 |
commit | afa6a4389aa5b41de2d4af771efb12e6344bc02f (patch) | |
tree | 16c6f5931da8cf67ba8115c08896e41e35965b22 /graphics/crystalspace | |
parent | 973c1409234e254c32ac845926ecbc500c7ce9f2 (diff) | |
download | freebsd-ports-gnome-afa6a4389aa5b41de2d4af771efb12e6344bc02f.tar.gz freebsd-ports-gnome-afa6a4389aa5b41de2d4af771efb12e6344bc02f.tar.zst freebsd-ports-gnome-afa6a4389aa5b41de2d4af771efb12e6344bc02f.zip |
- Change devel/ode-devel LIB_DEPENDS to devel/ode, now ode-devel is stable and
it updated on devel/ode.
Approved by: garga (mentor)
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 0aa7eb36a3bb..1437e9e4accc 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 0.99 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystal @@ -120,7 +120,7 @@ CONFIGURE_ARGS+= --without-3ds .endif .if !defined(WITHOUT_ODE) -BUILD_DEPENDS+= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode-devel +BUILD_DEPENDS+= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode CONFIGURE_ARGS+= --with-ode=${X11BASE} .else CONFIGURE_ARGS+= --without-ode |