diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-02 09:20:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-02 09:20:02 +0000 |
commit | 7c3613b32ed3c5a268aee943af72bef2cf03100e (patch) | |
tree | a16cbd20829e4a2050935f0c3a14abb667a75f24 | |
parent | Fix CXX assignment and add new includes to fix build on GCC-based (diff) |
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
PR: 234511
Submitted by: Piotr Kubaj
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=489069
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 3c2cfd86ae1f..d906fb1b0c3b 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= pkgconfig pyqt:5 python:3.4+ qmake qt:5 +USES= compiler:c++11-lang pkgconfig pyqt:5 python:3.4+ qmake qt:5 USE_PYQT= gui xml sip_build USE_PYTHON= distutils autoplist USE_GITHUB= yes |