svn commit: r325197 - head/net/p5-Net-SSH-Perl

Mathieu Arnold mat at FreeBSD.org
Thu Aug 22 13:38:35 UTC 2013


Author: mat
Date: Thu Aug 22 13:38:34 2013
New Revision: 325197
URL: http://svnweb.freebsd.org/changeset/ports/325197

Log:
  Typo.
  
  Spotted by:	danfe

Modified:
  head/net/p5-Net-SSH-Perl/Makefile

Modified: head/net/p5-Net-SSH-Perl/Makefile
==============================================================================
--- head/net/p5-Net-SSH-Perl/Makefile	Thu Aug 22 13:13:06 2013	(r325196)
+++ head/net/p5-Net-SSH-Perl/Makefile	Thu Aug 22 13:38:34 2013	(r325197)
@@ -70,7 +70,7 @@ OPTIONS_DEFINE=	GMP
 OPTIONS_DEFAULT=	GMP
 GMP_DESC=	Use the optimized Math::BigInt::GMP backend
 
-GMP_BUILD_DEPEND=	p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
-GMP_RUN_DEPEND=		${GMP_BUILD_DEPEND}
+GMP_BUILD_DEPENDS=	p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
+GMP_RUN_DEPENDS=	${GMP_BUILD_DEPENDS}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list