svn commit: r455543 - head/devel/py-ocempgui
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 4 21:19:06 UTC 2017
Author: antoine
Date: Mon Dec 4 21:19:05 2017
New Revision: 455543
URL: https://svnweb.freebsd.org/changeset/ports/455543
Log:
- Remove dependency on python2 metaport
- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x)
Modified:
head/devel/py-ocempgui/Makefile
Modified: head/devel/py-ocempgui/Makefile
==============================================================================
--- head/devel/py-ocempgui/Makefile Mon Dec 4 21:10:41 2017 (r455542)
+++ head/devel/py-ocempgui/Makefile Mon Dec 4 21:19:05 2017 (r455543)
@@ -3,7 +3,7 @@
PORTNAME= ocempgui
PORTVERSION= 0.2.9
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= devel python
MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +15,10 @@ 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
More information about the svn-ports-all
mailing list