Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 11:56:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348944 - head/devel/sfml
Message-ID:  <201403241156.s2OBuuiI062267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 11:56:55 2014
New Revision: 348944
URL: http://svnweb.freebsd.org/changeset/ports/348944
QAT: https://qat.redports.org/buildarchive/r348944/

Log:
  Convert to USES=dos2unix

Modified:
  head/devel/sfml/Makefile

Modified: head/devel/sfml/Makefile
==============================================================================
--- head/devel/sfml/Makefile	Mon Mar 24 11:50:35 2014	(r348943)
+++ head/devel/sfml/Makefile	Mon Mar 24 11:56:55 2014	(r348944)
@@ -16,11 +16,11 @@ LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/a
 		libpng.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		gmake openal:al pkgconfig
+USES=		gmake openal:al pkgconfig dos2unix
+DOS2UNIX_GLOB=	Makefile
 USE_XORG=	x11 xrandr
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
-USE_DOS2UNIX=	Makefile
 DESTDIRNAME=	STAGEDIR
 
 WRKSRC=		${WRKDIR}/SFML-${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241156.s2OBuuiI062267>