Index: head/net-p2p/namecoin-daemon/Makefile =================================================================== --- head/net-p2p/namecoin-daemon/Makefile (revision 515324) +++ head/net-p2p/namecoin-daemon/Makefile (revision 515325) @@ -1,30 +1,27 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../namecoin PKGNAMESUFFIX= -daemon COMMENT= Decentralized, open DNS and more (Daemon) SLAVE_PORT= yes -ONLY_FOR_ARCHS= amd64 i386 ia64 -ONLY_FOR_ARCHS_REASON= does not support big-endian architectures - CONFLICTS_INSTALL= namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]* \ namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]* OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ OPTIONS_DEFAULT= HARDENING UPNP WALLET CONFIGURE_ARGS= --with-daemon \ --without-gui \ --without-libs \ --without-qrencode \ --without-utils \ --disable-man PLIST_FILES= bin/namecoind USE_RC_SUBR= namecoind .include "${MASTERDIR}/Makefile"