diff options
Diffstat (limited to 'devel/pysvn/Makefile')
-rw-r--r-- | devel/pysvn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index 1faed5b8358d..dfc6f0a6a599 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libneon.so:www/neon \ libexpat.so:textproc/expat2 -USES= python:3.6+ +USES= python USE_PYTHON= distutils noegginfo concurrent optsuffix PYDISTUTILS_CONFIGURE_TARGET= configure PYDISTUTILS_CONFIGUREARGS= --apr-inc-dir=${LOCALBASE}/include/apr-1 \ |