svn commit: r313502 - head/sysutils/py-salt-api

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Mar 6 06:28:28 UTC 2013


Author: rm
Date: Wed Mar  6 06:28:27 2013
New Revision: 313502
URL: http://svnweb.freebsd.org/changeset/ports/313502

Log:
  - correct dependency to fix build
  
  Reported by:	pointyhat (po.miwibox)

Modified:
  head/sysutils/py-salt-api/Makefile

Modified: head/sysutils/py-salt-api/Makefile
==============================================================================
--- head/sysutils/py-salt-api/Makefile	Wed Mar  6 06:06:22 2013	(r313501)
+++ head/sysutils/py-salt-api/Makefile	Wed Mar  6 06:28:27 2013	(r313502)
@@ -20,7 +20,7 @@ SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 MAN1=	salt-api.1
 MAN7=	salt-api.7
 
-BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list