diff options
Diffstat (limited to 'graphics/crystalspace/Makefile')
-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 db1079a81f1d..39222b614e30 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -125,8 +125,8 @@ CONFIGURE_ARGS+= --without-3ds .endif .if !defined(WITHOUT_ODE) -BUILD_DEPENDS+= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode -CONFIGURE_ARGS+= --with-ode=${X11BASE} +BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode +CONFIGURE_ARGS+= --with-ode=${LOCALBASE} .else CONFIGURE_ARGS+= --without-ode .endif |