svn commit: r529002 - head/devel/py-enum-compat
Antoine Brodin
antoine at FreeBSD.org
Mon Mar 23 19:21:15 UTC 2020
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
More information about the svn-ports-all
mailing list