diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:35:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:35:49 +0000 |
commit | 97178b5518fca37797e93c28232b4dee0ee1013d (patch) | |
tree | 526dc18e36995580d03366288000edb222a2fad4 /databases | |
parent | 69a40c009be8a59e6345e86c796afdacfa5d0adb (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mydbf2mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile index 81052f4b3686..2eb60d3e7ac3 100644 --- a/databases/mydbf2mysql/Makefile +++ b/databases/mydbf2mysql/Makefile @@ -12,7 +12,7 @@ MAINTAINER= andrey.polyakov@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 |