diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
commit | d19f073cf98e1f2653a8d55bc4ae03f713437692 (patch) | |
tree | e9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /time/etm/Makefile | |
parent | 43a3377b786e75dc9288884a4be636135f02feae (diff) | |
download | pkgsrc-d19f073cf98e1f2653a8d55bc4ae03f713437692.tar.gz |
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Diffstat (limited to 'time/etm/Makefile')
-rw-r--r-- | time/etm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 7e310d87fa8..54621221f1c 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2022/01/04 20:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2022/01/05 15:41:27 wiz Exp $ DISTNAME= etm-877 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets +USE_PKG_RESOURCES= yes + USE_LANGUAGES= # none REPLACE_PYTHON+= etm/etmWX.py |