diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-13 02:34:34 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:07:56 +0800 |
commit | d08d4214ab37b50ec06a3cd0764fa4ce9f74c800 (patch) | |
tree | 75963b035ac908b4d68221c074f9f7a4aeb5a17f /games | |
parent | e2841bd5f73bd8a787e221b549d6ba187e6a3475 (diff) | |
download | freebsd-ports-gnome-d08d4214ab37b50ec06a3cd0764fa4ce9f74c800.tar.gz freebsd-ports-gnome-d08d4214ab37b50ec06a3cd0764fa4ce9f74c800.tar.zst freebsd-ports-gnome-d08d4214ab37b50ec06a3cd0764fa4ce9f74c800.zip |
Fix packaging with python3
Diffstat (limited to 'games')
-rw-r--r-- | games/whichwayisup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/whichwayisup/Makefile b/games/whichwayisup/Makefile index 287638b05f42..94795064e464 100644 --- a/games/whichwayisup/Makefile +++ b/games/whichwayisup/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME} USES= dos2unix python zip +USE_PYTHON= py3kplist DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] INSTALLS_ICONS= yes |