diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-30 09:51:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-30 09:51:35 +0000 |
commit | 6de621142275d810e6d649006af5b89705c3b2f0 (patch) | |
tree | 2b3721d31a57f4ae2358872421dd0a11e37e4824 /astro/viking | |
parent | c0a105285e1a6c45bc49c1096c9c00319cbcbc85 (diff) |
Notes
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 f6c755b96bd8..571e12da6a49 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -12,6 +12,8 @@ COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2 +BROKEN= Fails to build + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libpcre.so:${PORTSDIR}/devel/pcre \ |