aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-29 15:50:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-04-29 15:50:56 +0800
commit59f4fbc1e1c980d27e05228283e22420acecef8b (patch)
tree99529a9dca94015ec002831ccab72f7e4e99e6d2
parent5a7ff8683ce603bde27127d42391cc6a108232b3 (diff)
downloadfreebsd-ports-gnome-59f4fbc1e1c980d27e05228283e22420acecef8b.tar.gz
freebsd-ports-gnome-59f4fbc1e1c980d27e05228283e22420acecef8b.tar.zst
freebsd-ports-gnome-59f4fbc1e1c980d27e05228283e22420acecef8b.zip
Add PORTSCOUT
- Use USES=python:3.3+
-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"