diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-11 05:31:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-11 05:31:46 +0800 |
commit | 10d1f8a9e0b9821aeb4eb954f8f65c16bc795a80 (patch) | |
tree | 4551f78595a1771249a699b16314775322d535dc /astro/viking | |
parent | e060d90d7fd3173586e94f720ecf2a02c1b20e9f (diff) | |
download | freebsd-ports-gnome-10d1f8a9e0b9821aeb4eb954f8f65c16bc795a80.tar.gz freebsd-ports-gnome-10d1f8a9e0b9821aeb4eb954f8f65c16bc795a80.tar.zst freebsd-ports-gnome-10d1f8a9e0b9821aeb4eb954f8f65c16bc795a80.zip |
Mark BROKEN: wrong LIB_DEPENDS
===> viking-1.6.2_4 depends on shared library: libgpsd.so - not found
Reported by: pkg-fallout
Diffstat (limited to 'astro/viking')
-rw-r--r-- | astro/viking/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 73c9ac133988..3cdf265abaf1 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -13,6 +13,8 @@ COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= wrong LIB_DEPENDS + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ |