diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-01 03:22:21 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-01 03:22:21 +0000 |
commit | 57337ac932aa6623aa3d85bebf04fa7c1f6b5d5e (patch) | |
tree | 20e9c288d8d08d1eadfd8ef130a71202e15e4004 /net-im/telegram | |
parent | c2816cf0446782642169fed2fd54be7f0bf1a386 (diff) | |
download | ports-57337ac932aa6623aa3d85bebf04fa7c1f6b5d5e.tar.gz ports-57337ac932aa6623aa3d85bebf04fa7c1f6b5d5e.zip |
Notes
Diffstat (limited to 'net-im/telegram')
-rw-r--r-- | net-im/telegram/Makefile | 6 |
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 |