aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2016-08-01 11:22:21 +0800
committercpm <cpm@FreeBSD.org>2016-08-01 11:22:21 +0800
commit36eb5a3eca0718420ed5331d1120ff8ce1322b92 (patch)
tree20e9c288d8d08d1eadfd8ef130a71202e15e4004 /net-im
parentf64c16790fbfa5965e6634bf6157aad53771c71e (diff)
downloadfreebsd-ports-gnome-36eb5a3eca0718420ed5331d1120ff8ce1322b92.tar.gz
freebsd-ports-gnome-36eb5a3eca0718420ed5331d1120ff8ce1322b92.tar.zst
freebsd-ports-gnome-36eb5a3eca0718420ed5331d1120ff8ce1322b92.zip
- Add LICENSE_FILE
- Remove duplicate BROKEN_powerpc64 line - Switch to USES=ssl Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7385
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telegram/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile
index 3811644eeec1..a06fe809f101 100644
--- a/net-im/telegram/Makefile
+++ b/net-im/telegram/Makefile
@@ -9,8 +9,7 @@ MAINTAINER= cpm@FreeBSD.org
COMMENT= Command-line interface for Telegram
LICENSE= GPLv2
-
-BROKEN_powerpc64= Does not build
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libconfig.so:devel/libconfig \
libevent.so:devel/libevent2 \
@@ -20,8 +19,7 @@ BROKEN_mips= Missing header
BROKEN_mips64= Missing header
BROKEN_powerpc64= Does not build
-USES= execinfo gmake lua:52 ncurses pkgconfig readline
-USE_OPENSSL= yes
+USES= execinfo gmake lua:52 ncurses pkgconfig readline ssl
GNU_CONFIGURE= yes
USE_GITHUB= yes