diff options
-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 \ |