svn commit: r453606 - head/net/sshping

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 6 09:35:06 UTC 2017


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
 


More information about the svn-ports-all mailing list