diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 17:11:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-09 17:11:53 +0800 |
commit | c3fed97b379d07fc4908e7f920cebfc8e415b862 (patch) | |
tree | ec2398441fff0eea93d81c2678ab27856f50394a /games | |
parent | 42679ea83e8806335e546157b9b5d74adffabc27 (diff) | |
download | freebsd-ports-gnome-c3fed97b379d07fc4908e7f920cebfc8e415b862.tar.gz freebsd-ports-gnome-c3fed97b379d07fc4908e7f920cebfc8e415b862.tar.zst freebsd-ports-gnome-c3fed97b379d07fc4908e7f920cebfc8e415b862.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 |