diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-20 17:05:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-20 17:05:56 +0800 |
commit | 6527e5df9b117d15fe68f2e2baa2f73f5c1fb59b (patch) | |
tree | f02b790b22dd3e94f0bf4a2984a0de65e9fb87ba /devel | |
parent | 23e1e309a2a250bd1c89a2fee565a308d0831eaa (diff) | |
download | freebsd-ports-gnome-6527e5df9b117d15fe68f2e2baa2f73f5c1fb59b.tar.gz freebsd-ports-gnome-6527e5df9b117d15fe68f2e2baa2f73f5c1fb59b.tar.zst freebsd-ports-gnome-6527e5df9b117d15fe68f2e2baa2f73f5c1fb59b.zip |
Mark as broken on sparc64. While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libftdi1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index cccb261a245d..38f59705c7a0 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -10,8 +10,6 @@ COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES @@ -21,6 +19,9 @@ OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: fails to link + USES= cmake pkgconfig tar:bzip2 USE_LDCONFIG= yes |