diff options
Diffstat (limited to 'devel/love')
-rw-r--r-- | devel/love/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/love/Makefile b/devel/love/Makefile index 2b9ddec36095..136541c33560 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= gmake -USE_OPENAL= yes +USES= gmake openal USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ |