Date: Thu, 8 May 2014 03:56:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353258 - in head/devel: love love07 Message-ID: <201405080356.s483u5Vg067598@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 8 03:56:04 2014 New Revision: 353258 URL: http://svnweb.freebsd.org/changeset/ports/353258 QAT: https://qat.redports.org/buildarchive/r353258/ Log: - Convert USE_DOS2UNIX to USES Modified: head/devel/love/Makefile head/devel/love07/Makefile Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Thu May 8 03:45:52 2014 (r353257) +++ head/devel/love/Makefile Thu May 8 03:56:04 2014 (r353258) @@ -20,7 +20,7 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphi libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= gmake openal +USES= gmake openal dos2unix USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib WRKSRC= ${WRKDIR}/love-${PORTVERSION} -USE_DOS2UNIX= yes +DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love Modified: head/devel/love07/Makefile ============================================================================== --- head/devel/love07/Makefile Thu May 8 03:45:52 2014 (r353257) +++ head/devel/love07/Makefile Thu May 8 03:56:04 2014 (r353258) @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos PORTSCOUT= limit:^0\.7\. -USES= gmake openal +USES= gmake openal dos2unix USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ @@ -34,7 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIB CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=07 WRKSRC= ${WRKDIR}/love-HEAD -USE_DOS2UNIX= yes +DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love07
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080356.s483u5Vg067598>