diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 17:11:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:56 +0800 |
commit | 149ffd671e2c1b6d2b01c797423e618542f9cbd1 (patch) | |
tree | 84e1e51136776dbf0dc572c0dead136aea426617 /games | |
parent | b8c7b2b2b71f689477fa812634248ab7bb7433f2 (diff) | |
download | freebsd-ports-gnome-149ffd671e2c1b6d2b01c797423e618542f9cbd1.tar.gz freebsd-ports-gnome-149ffd671e2c1b6d2b01c797423e618542f9cbd1.tar.zst freebsd-ports-gnome-149ffd671e2c1b6d2b01c797423e618542f9cbd1.zip |
gretools is not compatible with python3
Diffstat (limited to 'games')
-rw-r--r-- | games/gretools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gretools/Makefile b/games/gretools/Makefile index e76b4f48a51e..15f4bd9aea59 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -13,7 +13,7 @@ COMMENT= GNOME vocabulary builder LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pathfix pkgconfig python shebangfix +USES= gmake pathfix pkgconfig python:2.7 shebangfix SHEBANG_FILES= gretools.in gretools.py USE_GNOME= gnomeprefix pygnome2 GNU_CONFIGURE= yes |