diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net-im | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/sigram/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/sigram/Makefile b/net-im/sigram/Makefile index c881b47b492e..bbdc79fb67b3 100644 --- a/net-im/sigram/Makefile +++ b/net-im/sigram/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigram PORTVERSION= 0.11182014 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= kmoore@freebsd.org @@ -16,6 +16,7 @@ GH_ACCOUNT= sialan-labs GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= ce3fb15 +USE_OPENSSL= yes USE_QT5= core gui network opengl xml widgets buildtools_build graphicaleffects \ multimedia printsupport qml quick quickcontrols widgets \ sql sql-sqlite3 |