svn commit: r370018 - head/databases/mydbf2mysql

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 23:50:16 UTC 2014


Author: antoine
Date: Sat Oct  4 23:35:49 2014
New Revision: 370018
URL: https://svnweb.freebsd.org/changeset/ports/370018
QAT: https://qat.redports.org/buildarchive/r370018/

Log:
  Allow installing

Modified:
  head/databases/mydbf2mysql/Makefile

Modified: head/databases/mydbf2mysql/Makefile
==============================================================================
--- head/databases/mydbf2mysql/Makefile	Sat Oct  4 23:35:08 2014	(r370017)
+++ head/databases/mydbf2mysql/Makefile	Sat Oct  4 23:35:49 2014	(r370018)
@@ -12,7 +12,7 @@ MAINTAINER=	andrey.polyakov at unix.net
 COMMENT=	Flexible tool for DBF import into MySQL
 
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
-RUN_DEPENDS+=	ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf
+RUN_DEPENDS+=	ydbf>=0.0.1:${PORTSDIR}/devel/py-ydbf
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes


More information about the svn-ports-head mailing list