summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-28 12:10:18 +0000
committerwiz <wiz@pkgsrc.org>2022-01-28 12:10:18 +0000
commitc5fe99197f3544e9b150344c97609769f1e2a8dc (patch)
treea314ae687c1737da53a68031357802576c752ac7 /time
parentc7db43757988f074b6ef938f4b0d19f526a69ef6 (diff)
downloadpkgsrc-c5fe99197f3544e9b150344c97609769f1e2a8dc.tar.gz
ntpsec: restrict to python 3
(to be on the safe side; after restricting gpsd to python 3)
Diffstat (limited to 'time')
-rw-r--r--time/ntpsec/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/ntpsec/Makefile b/time/ntpsec/Makefile
index d03d6cd9023..044744901f7 100644
--- a/time/ntpsec/Makefile
+++ b/time/ntpsec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:06:48 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/28 12:10:18 wiz Exp $
DISTNAME= ntpsec-1.1.9
PKGREVISION= 5
@@ -30,6 +30,8 @@ RCD_SCRIPTS= ntpd
REPLACE_PYTHON+= ntpclients/*.py
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../devel/waf/waf.mk"
.include "../../geography/gpsd/buildlink3.mk"
.include "../../lang/python/application.mk"