diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/openlierox/Makefile | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) | |
download | ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.gz ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.zip |
Notes
Diffstat (limited to 'games/openlierox/Makefile')
-rw-r--r-- | games/openlierox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 34dc0981a9a2..b400ab3bbb8d 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -19,14 +19,13 @@ LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ USE_BZIP2= yes USE_SDL= sdl image USE_GNOME= libxml2 -USE_OPENAL= yes USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= cmake pkgconfig +USES= cmake openal pkgconfig CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ -DLIBZIP_BUILTIN=YES \ -DBREAKPAD=NO \ |