diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-15 08:44:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-15 08:44:15 +0000 |
commit | 736313ff02a6a40874997b6e5b85039a29637532 (patch) | |
tree | be216859bde2e710a2ca29b1dd48d87964a3a077 /chat/swift | |
parent | 03b65467307eec20dfa98915d43fddf3c16155c6 (diff) | |
download | pkgsrc-736313ff02a6a40874997b6e5b85039a29637532.tar.gz |
swift: build system only supports python 2.7
Diffstat (limited to 'chat/swift')
-rw-r--r-- | chat/swift/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/swift/Makefile b/chat/swift/Makefile index 0269f7bb0a8..a663882070a 100644 --- a/chat/swift/Makefile +++ b/chat/swift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/04/12 08:28:22 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/04/15 08:44:15 wiz Exp $ DISTNAME= swift-3.0 PKGREVISION= 38 @@ -17,6 +17,8 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c c++11 USE_TOOLS+= pkg-config +PYTHON_VERSIONS_ACCEPTED= 27 + INSTALLATION_DIRS= ${PKGMANDIR}/man1 SUBST_CLASSES+= path |