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>
This commit is contained in:
parent
03ac5dc93a
commit
786af9e75a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477451
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -134,7 +134,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:${TARTYPE}
|
||||
USE_GL= gl glu
|
||||
USE_GNOME= gtk20 libxslt libidl glib20
|
||||
|
|
Loading…
Reference in a new issue