diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 05:48:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 05:48:32 +0800 |
commit | 86c0546df7691e89929dbaaefbee0b502c6bbb12 (patch) | |
tree | 437ea2ab71b53041f6f4c748512cf722da16ecc4 /x11 | |
parent | 534b574e70136bd97502b070638f5a767ca8c50b (diff) | |
download | freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.tar.gz freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.tar.zst freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metisse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 0e5efa928b1b..ee59fe9928a8 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -23,7 +23,7 @@ BROKEN_aarch64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 BROKEN_armv6= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 BROKEN_armv7= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 -USES= gettext libtool localbase:ldflags pathfix pkgconfig python shebangfix tar:bzip2 +USES= gettext libtool localbase:ldflags pathfix pkgconfig python:2.7 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.6.in \ ${WRKSRC}/fvwm-insitu/bin/fvwm-menu-desktop.in \ |