diff options
author | truckman <truckman@FreeBSD.org> | 2018-08-18 05:44:28 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-08-18 05:44:28 +0800 |
commit | 1e0745774da11bf83ff56370f05a8598ace6acc5 (patch) | |
tree | f6642c1f7e6fe08d1c3ba9de92d652f6ca4a2ad3 /editors/openoffice-4 | |
parent | b1e066682d5807e900096ceab9fe7dccc91d4acd (diff) | |
download | freebsd-ports-gnome-1e0745774da11bf83ff56370f05a8598ace6acc5.tar.gz freebsd-ports-gnome-1e0745774da11bf83ff56370f05a8598ace6acc5.tar.zst freebsd-ports-gnome-1e0745774da11bf83ff56370f05a8598ace6acc5.zip |
Explicitly depend on python2 since the OpenOffice pyuno module fails
to build with python3. No PORTREVISION bump since this does not change
the package.
PR: 229408
Submitted by: Curtis Villamizar <curtis@ipv6.occnc.com>
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 2975fad10646..bd969235545b 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -121,7 +121,7 @@ EXECBASE?= openoffice-${AOOSUFFIX} USES= autoreconf bison compiler:c++11-lib cpe \ desktop-file-utils \ - gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ + gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \ shared-mime-info ssl tar:bzip2 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 |