summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-20 21:39:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-20 21:39:25 +0000
commit37b944a4587d5061d07a500ee5ebb9b8508620db (patch)
tree0efff8eef268134732f17fe60824cdad23d8111a /devel
parent514117168d97dc42799f260a187392795c55b406 (diff)
downloadfreebsd-ports-37b944a4587d5061d07a500ee5ebb9b8508620db.zip
devel/py-subvertpy: fix build on GCC architectures
Using newer GCC works, alhough the error doesn't suggest it: Exception: apr-config not found. Please set APR_CONFIG environment variable MFH: 2020Q1 (fix build blanket)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-subvertpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile
index 40a69423d72b..c36ed071baf0 100644
--- a/devel/py-subvertpy/Makefile
+++ b/devel/py-subvertpy/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
BUILD_DEPENDS+= svn:devel/subversion
-USES= python:2.7
+USES= compiler:c11 python:2.7
USE_PYTHON= distutils autoplist
MAKE_ENV= HOME=/dev/null
INSTALL_TARGET= install-strip