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 | |
parent | e63927f1e3232cd0eb21dc3d5d7d7a70a2e15bd7 (diff) |
Notes
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/crystalspace/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 30c3586c7336..168e42d3d3e9 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 20060710 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://alex.foxybanana.com/freebsd/ PKGNAMESUFFIX= -devel @@ -114,7 +115,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 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 |