aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2006-04-23 10:14:30 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2006-04-23 10:14:30 +0000
commitc36bc8fc881f6eb4d76f3f8f7844854f3a828226 (patch)
treeaaf30a64e30860d610400f7306d965534b1f9570 /graphics/crystalspace
parentf17a91a7d963df9d89cec69323edd437ef8eb1ea (diff)
downloadports-c36bc8fc881f6eb4d76f3f8f7844854f3a828226.tar.gz
ports-c36bc8fc881f6eb4d76f3f8f7844854f3a828226.zip
update to openal 20060211 [1]
fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer
Notes
Notes: svn path=/head/; revision=160213
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index 09a23383ddd5..72cfb725f76b 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
aa.1:${PORTSDIR}/graphics/aalib \
- openal.0:${PORTSDIR}/audio/openal
+ openal.0:${PORTSDIR}/audio/openal \
+ alut.0:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_BZIP2= yes
@@ -156,7 +157,8 @@ CONFIGURE_ARGS+= --without-bfd
.endif
pre-configure:
- @${REINPLACE_CMD} -e 's,sdl-config,sdl11-config,g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,sdl-config,sdl11-config,g; \
+ s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure
post-configure:
.if defined(NOPORTDOCS)