diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /graphics/crystalspace | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
Notes
Notes:
svn path=/head/; revision=248567
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 4604c287963f..2a0cc9632023 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/crystal/crystal/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-src/}-${PORTVERSION} @@ -22,14 +22,13 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.10:${PORTSDIR}/graphics/jpeg \ aa.1:${PORTSDIR}/graphics/aalib \ - openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut \ CEGUIBase.3:${PORTSDIR}/graphics/cegui CONFLICTS= crystalspace-devel-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes +USE_OPENAL= al alut USE_GL= yes WANT_PERL= yes LDFLAGS+= -L/usr/lib -lc |