diff options
Diffstat (limited to 'databases/py-unqlite/Makefile')
-rw-r--r-- | databases/py-unqlite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index 5b0112e6c5ec..dcffb65383b2 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -11,9 +11,7 @@ COMMENT= Fast Python bindings for the UnQLite embedded NoSQL database LICENSE= MIT -BUILD_DEPENDS= cython>0:lang/cython - USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist cython .include <bsd.port.mk> |