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/py-fife | |
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/py-fife')
-rw-r--r-- | games/py-fife/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 9177752eac52..76690b844c2a 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ FETCH_ARGS= -Fpr USE_SDL= sdl ttf image -USE_OPENAL= al USE_SCONS= yes SCONS_ARGS= --prefix=${PREFIX} --python-prefix=${PYTHON_SITELIBDIR} @@ -39,7 +38,7 @@ USE_PYTHON= 2.7 USE_XORG= xcursor USE_GL= gl -USES= pkgconfig +USES= openal:al pkgconfig NO_STAGE= yes post-patch: |