diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-26 03:15:18 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-26 03:15:18 +0800 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /games/el | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) | |
download | freebsd-ports-gnome-14ac881764759575af0262836b114bc66a99657e.tar.gz freebsd-ports-gnome-14ac881764759575af0262836b114bc66a99657e.tar.zst freebsd-ports-gnome-14ac881764759575af0262836b114bc66a99657e.zip |
- 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)
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index 0c89c797e1f7..61ce4220fa4d 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,7 +7,7 @@ PORTNAME= el PORTVERSION= 180 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} @@ -17,15 +17,14 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - openal.0:${PORTSDIR}/audio/openal \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - cal3d.12:${PORTSDIR}/graphics/cal3d \ - alut.1:${PORTSDIR}/audio/freealut + cal3d.12:${PORTSDIR}/graphics/cal3d RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data PROJECTHOST= bsdistfiles USE_BZIP2= yes USE_GMAKE= yes +USE_OPENAL= al alut USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= yes |