Index: head/databases/py3-apsw/Makefile =================================================================== --- head/databases/py3-apsw/Makefile (revision 439738) +++ head/databases/py3-apsw/Makefile (revision 439739) @@ -1,7 +1,9 @@ # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../py-apsw +USES= localbase python:3.3+ sqlite:3 -USES= localbase python:3.2+ sqlite:3 +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../py-apsw .include "${MASTERDIR}/Makefile"