diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:44 +0800 |
commit | 4f228b54dcae280e6b6ddd47c78b23accfa2a28d (patch) | |
tree | 88f28e0e3ccee102b90e7c080c36faa09f758151 /databases/py-bsddb | |
parent | e37d42f82411d1acc202bff0c83ecca58c5fe905 (diff) | |
download | freebsd-ports-gnome-4f228b54dcae280e6b6ddd47c78b23accfa2a28d.tar.gz freebsd-ports-gnome-4f228b54dcae280e6b6ddd47c78b23accfa2a28d.tar.zst freebsd-ports-gnome-4f228b54dcae280e6b6ddd47c78b23accfa2a28d.zip |
- Add PORTSCOUT=ignore:1 to avoid false alarm
Diffstat (limited to 'databases/py-bsddb')
-rw-r--r-- | databases/py-bsddb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-bsddb/Makefile b/databases/py-bsddb/Makefile index fd5a02cf4013..3854a113ffe4 100644 --- a/databases/py-bsddb/Makefile +++ b/databases/py-bsddb/Makefile @@ -13,6 +13,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Standard Python bindings to the Berkeley DB library +PORTSCOUT= ignore:1 + USE_BDB= 43+ USE_PYTHON= yes USE_PYDISTUTILS=yes |