aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pdftotext
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2019-04-09 10:05:44 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2019-04-09 10:05:44 +0000
commitf2b3bf8294b3be8e03236d5e217d67b9371b030b (patch)
treeaa4aafd4ec5e4febacf0e7146facf646b9c76497 /textproc/py-pdftotext
parent7895074cc80c9af7a64be0f1f0747a838a870beb (diff)
downloadports-f2b3bf8294b3be8e03236d5e217d67b9371b030b.tar.gz
ports-f2b3bf8294b3be8e03236d5e217d67b9371b030b.zip
Fix build on gcc-based architectures
PR: 237134 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=498473
Diffstat (limited to 'textproc/py-pdftotext')
-rw-r--r--textproc/py-pdftotext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile
index a2bc3ece5af6..184cd7109e51 100644
--- a/textproc/py-pdftotext/Makefile
+++ b/textproc/py-pdftotext/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpoppler.so:graphics/poppler
-USES= python
+USES= compiler:c11 python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>