diff options
author | tobik <tobik@FreeBSD.org> | 2018-01-13 22:35:03 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-01-13 22:35:03 +0800 |
commit | a866bd4ec17918d74614007f52de59398d6b2e30 (patch) | |
tree | 89a6d3c8ad5bd774012eb576e9eea966bf8a22e1 /astro/viking | |
parent | 61db3c1a7141ae620488ee7289ee0016c72ad1f5 (diff) | |
download | freebsd-ports-gnome-a866bd4ec17918d74614007f52de59398d6b2e30.tar.gz freebsd-ports-gnome-a866bd4ec17918d74614007f52de59398d6b2e30.tar.zst freebsd-ports-gnome-a866bd4ec17918d74614007f52de59398d6b2e30.zip |
astro/viking: Fix LIB_DEPENDS and unbreak port
- While here reset MAINTAINER: The port has been marked as broken
since 2017-05-10 and the maintainer has a history of timeouts.
PR: 224668
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: koalative@gmail.com (maintainer timeout, 2 weeks)
MFH: 2018Q1
Diffstat (limited to 'astro/viking')
-rw-r--r-- | astro/viking/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 562f86c2db0e..d42ddb9b4a20 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -7,16 +7,12 @@ PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= koalative@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= wrong LIB_DEPENDS -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ @@ -65,7 +61,7 @@ NLS_USES= gettext GEOTAG_LIB_DEPENDS= libexif.so:graphics/libexif GEOTAG_CONFIGURE_ENABLE=geotag -GPSD_LIB_DEPENDS= libgpsd.so:astro/gpsd +GPSD_LIB_DEPENDS= libgps.so:astro/gpsd GPSD_CONFIGURE_ENABLE= realtime-gps-tracking MAPNIK_LIB_DEPENDS= libmapnik.so:graphics/mapnik |