Index: head/net-p2p/litecoin-daemon/Makefile =================================================================== --- head/net-p2p/litecoin-daemon/Makefile (revision 423379) +++ head/net-p2p/litecoin-daemon/Makefile (revision 423380) @@ -1,29 +1,30 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../litecoin PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) -BROKEN_powerpc64= Does not build - SLAVE_PORT= yes + +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build USES+= cpe CPE_VENDOR= bitcoin CPE_PRODUCT= bitcoind CPE_VERSION= ${PORTVERSION:R} OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET OPTIONS_DEFAULT= HARDENING WALLET CONFIGURE_ARGS= --with-daemon \ --without-gui \ --without-libs \ --without-qrencode \ --without-utils \ --disable-reduce-exports PLIST_FILES= bin/litecoind .include "${MASTERDIR}/Makefile" Index: head/net-p2p/litecoin-utils/Makefile =================================================================== --- head/net-p2p/litecoin-utils/Makefile (revision 423379) +++ head/net-p2p/litecoin-utils/Makefile (revision 423380) @@ -1,25 +1,26 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../litecoin PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) -BROKEN_powerpc64= Does not build - SLAVE_PORT= yes + +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS CONFIGURE_ARGS= --without-daemon \ --without-gui \ --without-libs \ --without-qrencode \ --with-utils \ --disable-wallet \ --disable-reduce-exports PLIST_FILES= bin/litecoin-cli bin/litecoin-tx .include "${MASTERDIR}/Makefile"