diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
commit | b1a1d38bf9ef78334b640d30046388a9c055c3a9 (patch) | |
tree | 7b9785f1f0c244da1f5b69a2a610e3f37eb786a8 /security/gpgme | |
parent | bc77780d41178cf3d0327c79ac10737af704f236 (diff) | |
download | ports-b1a1d38bf9ef78334b640d30046388a9c055c3a9.tar.gz ports-b1a1d38bf9ef78334b640d30046388a9c055c3a9.zip |
Notes
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 7d4f32703a58..2a0648bd7f29 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -71,15 +71,15 @@ NO_TEST= yes . if ${SLAVEPORT} == "qt5" LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp -USES+= compiler:c++11-lib pkgconfig -USE_QT5= buildtools_build core +USES+= compiler:c++11-lib pkgconfig qt:5 +USE_QT= buildtools_build core CONFIGURE_ARGS+=--enable-languages="cpp qt" DOCSDIR= ${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE+= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz -TEST_USE= QT5=testlib_build +TEST_USE= QT=testlib_build . endif . if ${SLAVEPORT} == "python" |