diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
commit | 8d3f9e637bedbbfa8df328bb37f953531d0dac4d (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /games/gtkradiant | |
parent | 25ca86f1d02f85687a502b229a2837c93974fbe2 (diff) | |
download | freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.gz freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.zst freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'games/gtkradiant')
-rw-r--r-- | games/gtkradiant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index 1717a3d3ca81..18e65d9b3e20 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libmhash.so:security/mhash \ libpng.so:graphics/png -USES= pkgconfig python:build scons zip +USES= pkgconfig python:2.7,build scons zip USE_GNOME= gtk20 libxml2 MAKE_ARGS= ${MAKE_ENV} BUILD=release SSP_UNSAFE= yes |