diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:51 +0800 |
commit | 1b69343c30baf39dd7d73746b132dc3aed44d9a2 (patch) | |
tree | 35847e7eb9580e8ddc20a22ec9f01a1356cd43cf /databases | |
parent | 79510a8f30713ef03fd7ba5fa4fe70e68b5bc6b7 (diff) | |
download | freebsd-ports-gnome-1b69343c30baf39dd7d73746b132dc3aed44d9a2.tar.gz freebsd-ports-gnome-1b69343c30baf39dd7d73746b132dc3aed44d9a2.tar.zst freebsd-ports-gnome-1b69343c30baf39dd7d73746b132dc3aed44d9a2.zip |
- Add PORTSCOUT=ignore:1 to avoid false alarm
Diffstat (limited to 'databases')
-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 17475cbed738..220e63a97589 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -15,6 +15,8 @@ COMMENT= Standard Python binding to the SQLite3 library LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +PORTSCOUT= ignore:1 + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_XZ= yes |