diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-28 12:06:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-28 12:06:04 +0000 |
commit | c7db43757988f074b6ef938f4b0d19f526a69ef6 (patch) | |
tree | 054526e28c820a9b5cf4c5fe3eae744cd0926d51 /geography/gpsd | |
parent | d8eb5a52677a4ae3fa5030a7cc204028779c0c68 (diff) | |
download | pkgsrc-c7db43757988f074b6ef938f4b0d19f526a69ef6.tar.gz |
gpsd: restrict to python 3.x
(reduce py27-gobject3 users)
Diffstat (limited to 'geography/gpsd')
-rw-r--r-- | geography/gpsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index d23780a96bb..73776b44a6f 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2021/12/08 16:04:45 adam Exp $ +# $NetBSD: Makefile,v 1.62 2022/01/28 12:06:04 wiz Exp $ DISTNAME= gpsd-3.23.1 PKGREVISION= 1 @@ -29,6 +29,8 @@ USE_CURSES= syncok DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial +PYTHON_VERSIONS_INCOMPATIBLE= 27 + CFLAGS.SunOS= -DLOG_PERROR=0 ## scons arguments |