Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2020 19:21:13 +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: r529002 - head/devel/py-enum-compat
Message-ID:  <202003231921.02NJLDc9075445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar 23 19:21:13 2020
New Revision: 529002
URL: https://svnweb.freebsd.org/changeset/ports/529002

Log:
  Fix DEPENDS and FLAVORS
  
  With hat:	portmgr

Modified:
  head/devel/py-enum-compat/Makefile

Modified: head/devel/py-enum-compat/Makefile
==============================================================================
--- head/devel/py-enum-compat/Makefile	Mon Mar 23 19:17:57 2020	(r529001)
+++ head/devel/py-enum-compat/Makefile	Mon Mar 23 19:21:13 2020	(r529002)
@@ -2,6 +2,7 @@
 
 PORTNAME=	enum-compat
 PORTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,9 @@ COMMENT=	Python 3.4 Enum dummy no-op package
 
 LICENSE=	MIT
 
-USES=		python:2.7
+RUN_DEPENDS=	${PY_ENUM34}
+
+USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 



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