diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
commit | 4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch) | |
tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /databases/mydbf2mysql | |
parent | 6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (diff) | |
download | ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.tar.gz ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.zip |
Notes
Diffstat (limited to 'databases/mydbf2mysql')
-rw-r--r-- | databases/mydbf2mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile index 736e7cedd800..99688bd92f2b 100644 --- a/databases/mydbf2mysql/Makefile +++ b/databases/mydbf2mysql/Makefile @@ -11,8 +11,8 @@ DISTNAME= MyDBF2MySQL-${PORTVERSION} MAINTAINER= andrey.polyakov@unix.net COMMENT= Flexible tool for DBF import into MySQL -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${FLAVOR} -RUN_DEPENDS+= ydbf>=0.0.1:devel/py-ydbf@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} +RUN_DEPENDS+= ydbf>=0.0.1:devel/py-ydbf@${PY_FLAVOR} USES= python:2.7 tar:bzip2 USE_PYTHON= distutils autoplist |