diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-11 22:00:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-11 22:00:19 +0800 |
commit | 89ef03bde3718fd83f4533f8d64cbc856ea0faf7 (patch) | |
tree | a4d2d55c4722c56d3841366789da7f32cd08d749 /games/whichwayisup/Makefile | |
parent | bcc3b964a4d5468400354b3726c80e5306dbf9bc (diff) | |
download | freebsd-ports-gnome-89ef03bde3718fd83f4533f8d64cbc856ea0faf7.tar.gz freebsd-ports-gnome-89ef03bde3718fd83f4533f8d64cbc856ea0faf7.tar.zst freebsd-ports-gnome-89ef03bde3718fd83f4533f8d64cbc856ea0faf7.zip |
- Convert to USES=python
- Drop @dirrm* from plist
Diffstat (limited to 'games/whichwayisup/Makefile')
-rw-r--r-- | games/whichwayisup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/whichwayisup/Makefile b/games/whichwayisup/Makefile index 88dc0cf6010a..3a0254531d05 100644 --- a/games/whichwayisup/Makefile +++ b/games/whichwayisup/Makefile @@ -21,9 +21,8 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME} -USES= dos2unix zip +USES= dos2unix python zip DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] -USE_PYTHON= yes INSTALLS_ICONS= yes PORTDOCS= README.txt changelog.txt |