mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Fix compatibility with python 3
This commit is contained in:
parent
9caf09de92
commit
c10a28f76c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464379
@ -27,6 +27,7 @@ GH_ACCOUNT= facebookarchive
|
||||
GH_TAGNAME= 7359a09
|
||||
|
||||
USES= autoreconf compiler gmake perl5 python
|
||||
USE_PYTHON= py3kplist
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \
|
||||
--with-boost-system=boost_system \
|
||||
|
@ -4,7 +4,7 @@ lib/libscribe.a
|
||||
%%SITE_PERL%%/Scribe/Thrift/Constants.pm
|
||||
%%SITE_PERL%%/Scribe/Thrift/Types.pm
|
||||
%%SITE_PERL%%/Scribe/Thrift/scribe.pm
|
||||
%%PYTHON_SITELIBDIR%%/scribe-2.0-py2.7.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/scribe-2.0-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/scribe/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/scribe/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/scribe/constants.py
|
||||
|
Loading…
Reference in New Issue
Block a user