Date: Mon, 6 Nov 2017 09:35:04 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453606 - head/net/sshping Message-ID: <201711060935.vA69Z44e089587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Nov 6 09:35:04 2017 New Revision: 453606 URL: https://svnweb.freebsd.org/changeset/ports/453606 Log: Ensure perl is present during build time. Notified by: pkg-fallout Modified: head/net/sshping/Makefile Modified: head/net/sshping/Makefile ============================================================================== --- head/net/sshping/Makefile Mon Nov 6 09:28:57 2017 (r453605) +++ head/net/sshping/Makefile Mon Nov 6 09:35:04 2017 (r453606) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh.so:security/libssh -USES= localbase:ldflags +USES= localbase:ldflags perl5 USE_GITHUB= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711060935.vA69Z44e089587>