diff options
-rw-r--r-- | astro/google-earth/Makefile | 2 | ||||
-rw-r--r-- | databases/py-sqlite3/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index a6f528f6fd5e..20ed87859eae 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -18,6 +18,8 @@ COMMENT= Explore, Search and Discover BUILD_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info +BROKEN= Incomplete pkg-plist + RESTRICTED= Not sure about redistribution rights WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ 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+ |