aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/py3-apsw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py3-apsw/Makefile b/databases/py3-apsw/Makefile
index 540f0b6ec19f..cee12aa69a44 100644
--- a/databases/py3-apsw/Makefile
+++ b/databases/py3-apsw/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
-MASTERDIR= ${.CURDIR}/../py-apsw
+USES= localbase python:3.3+ sqlite:3
+
+PORTSCOUT= ignore:1
-USES= localbase python:3.2+ sqlite:3
+MASTERDIR= ${.CURDIR}/../py-apsw
.include "${MASTERDIR}/Makefile"