diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 20:40:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 20:40:15 +0800 |
commit | 5f53a185cae77b9a11c1bd41a8a09eae83d33f58 (patch) | |
tree | 9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /x11-fm | |
parent | 64195de0566ff8bb9616db3341d4b2e0f4673b1f (diff) | |
download | freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.tar.gz freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.tar.zst freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 094d999a39e8..d673fcc845e6 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp USES= compiler:c++11-lang gettext gmake libtool localbase:ldflags pathfix \ - pkgconfig python tar:xz + pkgconfig python:2.7 tar:xz USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui USE_XORG= ice sm GNU_CONFIGURE= yes |