pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsd geography/gpsd: Depend on py-serial for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98ff8e1ea488
branches:  trunk
changeset: 333656:98ff8e1ea488
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat May 11 14:03:24 2019 +0000

description:
geography/gpsd: Depend on py-serial for ubxtool

diffstat:

 geography/gpsd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ea33a86db046 -r 98ff8e1ea488 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Sat May 11 13:48:58 2019 +0000
+++ b/geography/gpsd/Makefile   Sat May 11 14:03:24 2019 +0000
@@ -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 @@
 
 # \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
 



Home | Main Index | Thread Index | Old Index