Date: Sat, 10 Sep 2016 18:10:16 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421720 - head/ftp/uftp Message-ID: <201609101810.u8AIAGTk052233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 10 18:10:16 2016 New Revision: 421720 URL: https://svnweb.freebsd.org/changeset/ports/421720 Log: ftp/uftp: document SSL requirement and configure its base Approved by: SSL blanket Modified: head/ftp/uftp/Makefile Modified: head/ftp/uftp/Makefile ============================================================================== --- head/ftp/uftp/Makefile Sat Sep 10 18:06:51 2016 (r421719) +++ head/ftp/uftp/Makefile Sat Sep 10 18:10:16 2016 (r421720) @@ -13,7 +13,8 @@ COMMENT= Multicast capable FTP client an LICENSE= GPLv3 MAKEFILE= makefile -USES= gmake +USES= gmake ssl +MAKE_ARGS= OPENSSL=${OPENSSLBASE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uftp ${STAGEDIR}${PREFIX}/bin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101810.u8AIAGTk052233>