diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 07:14:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 17:55:55 +0000 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /net-im | |
parent | 51abee5375fe25f7ef6a69d7d2800ca935ca1827 (diff) |
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/openfire/Makefile | 1 | ||||
-rw-r--r-- | net-im/qxmpp-qt5/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index ded4cafe1279..2af0f285b8ec 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -25,6 +25,7 @@ ONLINE_M2_DESC= Download last plugins during build process (into ~/.m2) OPTIONS_DEFAULT= LOCAL_M2 LOCAL_M2_DISTFILES= FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven +USES= cpe USE_JAVA= yes JAVA_VERSION= 1.8+ NO_ARCH= yes diff --git a/net-im/qxmpp-qt5/Makefile b/net-im/qxmpp-qt5/Makefile index 670fe4fed35c..81e750f66fb8 100644 --- a/net-im/qxmpp-qt5/Makefile +++ b/net-im/qxmpp-qt5/Makefile @@ -14,8 +14,6 @@ USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5 USE_QT= core gui network xml \ buildtools_build qmake_build testlib_build -QMAKE_ARGS= QXMPP_NO_TESTS=1 - USE_GITHUB= yes GH_ACCOUNT= qxmpp-project |