diff options
author | gdt <gdt@pkgsrc.org> | 2019-05-11 14:03:24 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-05-11 14:03:24 +0000 |
commit | da0cde4313d0917d7979b6702d98ed35501cae16 (patch) | |
tree | 56fcec581928185a778490a253980e34180f1971 /geography/gpsd | |
parent | 54f8be01a24889e0dccfcb90b96c9a622f36f5f2 (diff) | |
download | pkgsrc-da0cde4313d0917d7979b6702d98ed35501cae16.tar.gz |
geography/gpsd: Depend on py-serial for ubxtool
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 e18ce757a79..e0a753d2b69 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2019/05/01 20:22:02 gdt Exp $ +# $NetBSD: Makefile,v 1.43 2019/05/11 14:03:24 gdt Exp $ DISTNAME= gpsd-3.18.1 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ @@ -29,6 +30,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # \todo Decide if buildlink3 is more appropriate. DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial CFLAGS.SunOS= -DLOG_PERROR=0 |