Date: Mon, 1 Aug 2016 03:22:21 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419422 - head/net-im/telegram Message-ID: <201608010322.u713MLw6088350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Mon Aug 1 03:22:21 2016 New Revision: 419422 URL: https://svnweb.freebsd.org/changeset/ports/419422 Log: - Add LICENSE_FILE - Remove duplicate BROKEN_powerpc64 line - Switch to USES=ssl Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7385 Modified: head/net-im/telegram/Makefile Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/telegram/Makefile Mon Aug 1 02:27:49 2016 (r419421) +++ head/net-im/telegram/Makefile Mon Aug 1 03:22:21 2016 (r419422) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608010322.u713MLw6088350>