summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-05-11 14:03:24 +0000
committergdt <gdt@pkgsrc.org>2019-05-11 14:03:24 +0000
commitda0cde4313d0917d7979b6702d98ed35501cae16 (patch)
tree56fcec581928185a778490a253980e34180f1971 /geography
parent54f8be01a24889e0dccfcb90b96c9a622f36f5f2 (diff)
downloadpkgsrc-da0cde4313d0917d7979b6702d98ed35501cae16.tar.gz
geography/gpsd: Depend on py-serial for ubxtool
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsd/Makefile4
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