diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-05-02 15:38:37 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-05-02 15:38:37 +0000 |
commit | 187df07c83fc2291ddfdd830d0bd575a474b88ef (patch) | |
tree | 001cc3ab03bb97d04998dd0eaf693647bd7559d2 /security/xca/Makefile | |
parent | 097aeabd3649e4bdea181ea691145cefa0e07834 (diff) |
- Fix build with QT5
- Update WWW line in pkg-descr
Notes
Notes:
svn path=/head/; revision=439954
Diffstat (limited to 'security/xca/Makefile')
-rw-r--r-- | security/xca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index 877bd8f54cb6..ece783d31cf5 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -29,7 +29,8 @@ OPTIONS_DEFAULT= QT4 QT4_USE= qt4=gui,linguist_build,moc_build,qmake_build \ qt4=rcc_build,uic_build -QT5_USE= qt5=widgets,buildtools_build,linguist_build +QT5_USE= qt5=widgets,buildtools_build,linguist_build \ + CXXSTD=c++11 TOOLKIT_DESC= Qt toolkit post-patch: |