diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
commit | fa7459871993c1b82be45b128cb6cc16d6d6097b (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /comms/direwolf | |
parent | Update to bibtool 2.67 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441429
Diffstat (limited to 'comms/direwolf')
-rw-r--r-- | comms/direwolf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/direwolf/Makefile b/comms/direwolf/Makefile index d22adfedfdba..2d4985d6a7d2 100644 --- a/comms/direwolf/Makefile +++ b/comms/direwolf/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libhamlib.so:comms/hamlib \ libgps.so:astro/gpsd +BROKEN_powerpc64= fails to link: direwolf-1.4_1 depends on shared library: libgpsd.so - not found + USE_GITHUB= yes GH_ACCOUNT= wb2osz GH_TAGNAME= 6207e2e |