Index: head/devel/py-configobj/Makefile =================================================================== --- head/devel/py-configobj/Makefile (revision 397981) +++ head/devel/py-configobj/Makefile (revision 397982) @@ -1,19 +1,21 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= configobj PORTVERSION= 5.0.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Simple but powerful config file reader and writer LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include