Index: head/devel/py-ruamel.ordereddict/Makefile =================================================================== --- head/devel/py-ruamel.ordereddict/Makefile (revision 483827) +++ head/devel/py-ruamel.ordereddict/Makefile (revision 483828) @@ -1,18 +1,18 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= ruamel.ordereddict PORTVERSION= 0.4.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python dict that keeps keys in insertion sorted order LICENSE= MIT -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils .include