diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
commit | fc17e550eddef887d6e1b70a8e7fc9f06056b731 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/openastromenace | |
parent | 4c3b90b6bb5bdc235ec60ac72877f1ee418fe1cd (diff) | |
download | freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.gz freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.zst freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.zip |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'games/openastromenace')
-rw-r--r-- | games/openastromenace/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/openastromenace/Makefile b/games/openastromenace/Makefile index f15ae7ea9e14..efdccf32c157 100644 --- a/games/openastromenace/Makefile +++ b/games/openastromenace/Makefile @@ -20,12 +20,10 @@ LIB_DEPENDS+= vorbisfile:${PORTSDIR}/audio/libvorbis \ USE_BZIP2= yes USE_GL= gl glu -USE_OPENAL= al alut WANT_SDL= yes USE_SDL= sdl -USES= cmake +USES= cmake dos2unix openal:al,alut WRKSRC= ${WRKDIR}/OpenAstroMenaceSVN -USE_DOS2UNIX= yes OPTIONS_SINGLE= LANG OPTIONS_SINGLE_LANG= EN DE RU |