svn commit: r368921 - head/games/barbie_seahorse_adventures
Rusmir Dusko
nemysis at FreeBSD.org
Mon Sep 22 13:36:01 UTC 2014
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
More information about the svn-ports-all
mailing list