diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-09-22 21:36:00 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-09-22 21:36:00 +0800 |
commit | 470ad9a13eecabf429235cf83c03214e5529253f (patch) | |
tree | edcae0c5507ee17a6f8d750a32e327daf955d6d6 /games | |
parent | 0bc0308c4a6f838620a50950f30a9e1bda3bf265 (diff) | |
download | freebsd-ports-gnome-470ad9a13eecabf429235cf83c03214e5529253f.tar.gz freebsd-ports-gnome-470ad9a13eecabf429235cf83c03214e5529253f.tar.zst freebsd-ports-gnome-470ad9a13eecabf429235cf83c03214e5529253f.zip |
- Change USE_PYTHON=2 to USES=python:2
- Add USES dos2unix and DOS2UNIX_GLOB
Diffstat (limited to 'games')
-rw-r--r-- | games/barbie_seahorse_adventures/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/barbie_seahorse_adventures/Makefile b/games/barbie_seahorse_adventures/Makefile index 2f2b0bebe887..99de1286c54e 100644 --- a/games/barbie_seahorse_adventures/Makefile +++ b/games/barbie_seahorse_adventures/Makefile @@ -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 |