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/0ad | |
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/0ad')
-rw-r--r-- | games/0ad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index dc1c186c9616..3214677cea5d 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -24,13 +24,11 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang dos2unix gmake openal:al pkgconfig USE_XZ= yes USE_SDL= sdl USE_GNOME= libxml2 gtk20 USE_GL= gl -USE_OPENAL= al -USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) USE_WX= 2.8 |