svn commit: r317020 - head/devel/bzr

Jason Helfman jgh at FreeBSD.org
Wed May 1 14:04:39 UTC 2013


Author: jgh
Date: Wed May  1 14:04:38 2013
New Revision: 317020
URL: http://svnweb.freebsd.org/changeset/ports/317020

Log:
  - fix broken run-depends introduced in previous commit
  
  Approved by:	maintainer (implicit)
  Spotted by: wen

Modified:
  head/devel/bzr/Makefile

Modified: head/devel/bzr/Makefile
==============================================================================
--- head/devel/bzr/Makefile	Wed May  1 12:58:08 2013	(r317019)
+++ head/devel/bzr/Makefile	Wed May  1 14:04:38 2013	(r317020)
@@ -28,7 +28,7 @@ MAN1=		bzr.1
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSFTP}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/security/py-paramiko
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko
 .endif
 
 .if ${PORT_OPTIONS:MCA_BUNDLE}


More information about the svn-ports-head mailing list