Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 13:36:01 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368921 - head/games/barbie_seahorse_adventures
Message-ID:  <201409221336.s8MDa1FS095430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Sep 22 13:36:00 2014
New Revision: 368921
URL: http://svnweb.freebsd.org/changeset/ports/368921
QAT: https://qat.redports.org/buildarchive/r368921/

Log:
  - Change USE_PYTHON=2 to USES=python:2
  - Add USES dos2unix and DOS2UNIX_GLOB

Modified:
  head/games/barbie_seahorse_adventures/Makefile

Modified: head/games/barbie_seahorse_adventures/Makefile
==============================================================================
--- head/games/barbie_seahorse_adventures/Makefile	Mon Sep 22 13:23:21 2014	(r368920)
+++ head/games/barbie_seahorse_adventures/Makefile	Mon Sep 22 13:36:00 2014	(r368921)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	${PYGAME}
 
 WRKSRC=		${WRKDIR}/barbie-${DISTVERSION}
 
-USE_PYTHON=	2
+USES=		dos2unix python:2
+DOS2UNIX_GLOB= 	*.py
 NO_BUILD=	yes
 
 PORTDOCS=	CHANGES.txt LEVELS.txt NOTES.txt README.txt



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