Index: head/devel/py-ocempgui/Makefile =================================================================== --- head/devel/py-ocempgui/Makefile (revision 455542) +++ head/devel/py-ocempgui/Makefile (revision 455543) @@ -1,29 +1,29 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= ocempgui PORTVERSION= 0.2.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= OcempGUI-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GUI toolkit in python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:devel/py-game -RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:devel/py-game +BUILD_DEPENDS= ${PYGAME} +RUN_DEPENDS= ${PYGAME} -USES= python:2 +USES= python:2.7 USE_GNOME= atk USE_PYTHON= autoplist distutils NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|@DATAPATH@|${DATADIR}|' ${WRKSRC}/ocempgui/widgets/Constants.py .include