diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-24 12:40:03 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-24 12:40:03 +0000 |
commit | 3ad84e4dca9c4b251cde09acddb91a5067f42cc8 (patch) | |
tree | 04efb45233d9a7031cd2e48b11f63409454072a7 /graphics/crystalspace | |
parent | e63927f1e3232cd0eb21dc3d5d7d7a70a2e15bd7 (diff) | |
download | ports-3ad84e4dca9c4b251cde09acddb91a5067f42cc8.tar.gz ports-3ad84e4dca9c4b251cde09acddb91a5067f42cc8.zip |
Notes
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 |