Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 21:19:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455543 - head/devel/py-ocempgui
Message-ID:  <201712042119.vB4LJ5T1005564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042119.vB4LJ5T1005564>