Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 13:38:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325197 - head/net/p5-Net-SSH-Perl
Message-ID:  <201308221338.r7MDcZZc002587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221338.r7MDcZZc002587>