diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 18:35:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 18:35:32 +0000 |
commit | 6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae (patch) | |
tree | 5d74ee8e111fec1da8c37badd45ff2afb7ecde0f /games/rtb | |
parent | Fix packaging with python3 (diff) |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes:
svn path=/head/; revision=456181
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index ab32b674693c..d64c88c31ce8 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsed:textproc/gsed -USES= gettext gmake perl5 pkgconfig python tar:bzip2 +USES= gettext gmake perl5 pkgconfig python:2.7 tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} |