diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 19:08:28 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 19:08:28 +0000 |
commit | 482d9fa066a006a18d1e2726e4db07fb3bb2788c (patch) | |
tree | 7c03cfd6c3db57fc5b47ca69e61fa0e0cf178a0b /databases/py-firebirdsql/Makefile | |
parent | 2c4e4316c7c17065e6c13e63f0066ba99cd7ab7c (diff) |
Notes
Diffstat (limited to 'databases/py-firebirdsql/Makefile')
-rw-r--r-- | databases/py-firebirdsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile index 5455d6f9b654..bb3be7527003 100644 --- a/databases/py-firebirdsql/Makefile +++ b/databases/py-firebirdsql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebirdsql -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.12 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Python DBAPI module for FirebirdSQL LICENSE= BSD2CLAUSE -# Python3 ready +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |