Index: head/devel/py-ordereddict/Makefile =================================================================== --- head/devel/py-ordereddict/Makefile (revision 544851) +++ head/devel/py-ordereddict/Makefile (revision 544852) @@ -1,20 +1,20 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= ordereddict PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Drop-in substitute for Py2.7's new collections LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7 # for graphics/py-blocking +USES= python USE_PYTHON= distutils autoplist .include