diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nextpnr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 187ca6c44ce3..8755f96fb142 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -11,6 +11,8 @@ COMMENT= Portable FPGA place and route tool LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= runaway build + BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ ${LOCALBASE}/share/icebox:devel/icestorm LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ |