diff options
Diffstat (limited to 'net-im/ricochet/Makefile')
-rw-r--r-- | net-im/ricochet/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index fd29e84bb42..99529e2264e 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ricochet -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -22,10 +22,9 @@ BROKEN_FreeBSD_9_amd64= does not build USE_GITHUB= yes GH_ACCOUNT= ricochet-im -USES= compiler:c++11-lib gmake pkgconfig qmake -USE_OPENSSL= yes +USES= compiler:c++11-lib gmake pkgconfig qmake ssl USE_GL= gl -USE_QT5= core gui network qml quick quickcontrols widgets multimedia buildtools_build linguisttools_build +USE_QT5= core gui network qml quick widgets multimedia buildtools_build linguisttools_build QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${LOCALBASE} PLIST_FILES= bin/ricochet \ |