aboutsummaryrefslogtreecommitdiff
path: root/games/solarus
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
commit1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch)
tree5d26acd476642c3b773f75db8040205ff9dc4d29 /games/solarus
parent6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff)
downloadports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.gz
ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.zip
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=337464
Diffstat (limited to 'games/solarus')
-rw-r--r--games/solarus/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile
index 22fb80cc828e..40d03f310a8c 100644
--- a/games/solarus/Makefile
+++ b/games/solarus/Makefile
@@ -16,11 +16,10 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \
libogg.so:${PORTSDIR}/audio/libogg
USE_SDL= sdl ttf image
-USE_OPENAL= yes
PLIST_FILES= bin/solarus
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= cmake
+USES= cmake openal
.include <bsd.port.mk>