summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-10-12 03:34:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-10-12 03:34:59 +0000
commitbb6fe229a1f049e7f019806f8521dd4f72bee2b6 (patch)
treed9fc37d08509e0ea10038926ebf126bb4ec0fcb4
parente67325794e95d87385ff720aac0825c5cad5e14c (diff)
downloadfreebsd-ports-bb6fe229a1f049e7f019806f8521dd4f72bee2b6.zip
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
-rw-r--r--astro/google-earth/Makefile2
-rw-r--r--databases/py-sqlite3/Makefile2
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+