diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-10-12 03:34:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-10-12 03:34:59 +0000 |
commit | bb6fe229a1f049e7f019806f8521dd4f72bee2b6 (patch) | |
tree | d9fc37d08509e0ea10038926ebf126bb4ec0fcb4 /databases/py-sqlite3 | |
parent | e67325794e95d87385ff720aac0825c5cad5e14c (diff) | |
download | ports-bb6fe229a1f049e7f019806f8521dd4f72bee2b6.tar.gz ports-bb6fe229a1f049e7f019806f8521dd4f72bee2b6.zip |
Notes
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r-- | databases/py-sqlite3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index a7232d5c0775..3c845bf15a81 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -19,6 +19,8 @@ COMMENT= Standard Python binding to the SQLite3 library LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +BROKEN= Incomplete pkg-plist + PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/_sqlite3.so DIST_SUBDIR= python USE_PYTHON= 2.5+ |