svn commit: r329822 - head/games/solarus
Eitan Adler
eadler at FreeBSD.org
Tue Oct 8 18:51:35 UTC 2013
Author: eadler
Date: Tue Oct 8 18:51:34 2013
New Revision: 329822
URL: http://svnweb.freebsd.org/changeset/ports/329822
Log:
After some experimentation it seems that the python openal is not needed, only the base library
Modified:
head/games/solarus/Makefile
Modified: head/games/solarus/Makefile
==============================================================================
--- head/games/solarus/Makefile Tue Oct 8 18:46:19 2013 (r329821)
+++ head/games/solarus/Makefile Tue Oct 8 18:51:34 2013 (r329822)
@@ -10,11 +10,11 @@ EXTRACT_SUFX=
MAINTAINER= eadler at FreeBSD.org
COMMENT= Zelda-like 2D game engine
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openal>=0:${PORTSDIR}/audio/py-openal
LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \
libmodplug.so:${PORTSDIR}/audio/libmodplug \
liblua-5.1.so:${PORTSDIR}/lang/lua \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libopenal.so:${PORTSDIR}/audio/openal \
libogg.so:${PORTSDIR}/audio/libogg
USE_SDL= sdl ttf image
More information about the svn-ports-head
mailing list