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