diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
commit | efc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /graphics/diffpdf | |
parent | Add Oracle Linux Java 10 JDK/JRE/Server JRE. (diff) |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics/diffpdf')
-rw-r--r-- | graphics/diffpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile index f24731f9c374..f19052e0c161 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 -USES= qmake +USES= compiler:c++11-lang qmake USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build PLIST_FILES= bin/diffpdf |