diff options
Diffstat (limited to 'devel/love07/Makefile')
-rw-r--r-- | devel/love07/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 2d77f1bbeff2..c6c0f115baa0 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -12,12 +12,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - modplug.1:${PORTSDIR}/audio/libmodplug \ - mpg123.0:${PORTSDIR}/audio/mpg123 \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - physfs.1:${PORTSDIR}/devel/physfs \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= IL:${PORTSDIR}/graphics/devil \ + modplug:${PORTSDIR}/audio/libmodplug \ + mpg123:${PORTSDIR}/audio/mpg123 \ + vorbisfile:${PORTSDIR}/audio/libvorbis \ + physfs:${PORTSDIR}/devel/physfs \ + freetype:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LATEST_LINK= ${PORTNAME}07 @@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=07 WRKSRC= ${WRKDIR}/love-HEAD +USE_DOS2UNIX= yes PLIST_FILES= bin/love07 |