diff options
Diffstat (limited to 'net-p2p/namecoin/Makefile')
-rw-r--r-- | net-p2p/namecoin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index e0da8f823fac..be8279d27a8a 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= net-p2p dns @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs +BROKEN= fails to build with boost 1.66, see bug 224186 BROKEN_powerpc64= fails to build: util.cpp: undefined reference to boost::program_options::to_internal OPTIONS_DEFINE= X11 UPNP QRCODES DBUS |