summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-02-08 15:49:07 +0000
committerSteve Wills <swills@FreeBSD.org>2014-02-08 15:49:07 +0000
commit4828800ba3f8cc04c1cb1e29256e17cb7edf6795 (patch)
tree6b85b2f1e8b7ee0ace6d5904225a4f5e425b3e53 /net-p2p
parentUse the ports version of ExtUtils::ParseXS for correct xs->c translation (diff)
- Fix after change to options in master
Submitted by: "Chad J. Milios" <milios@ccsys.com>
Notes
Notes: svn path=/head/; revision=343356
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/litecoin-daemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile
index 258145ae4a15..fb13ce537c96 100644
--- a/net-p2p/litecoin-daemon/Makefile
+++ b/net-p2p/litecoin-daemon/Makefile
@@ -5,5 +5,5 @@ COMMENT= Virtual Peer-to-Peer Currency Software
MASTERDIR= ${.CURDIR}/../litecoin
DESCR= ${MASTERDIR}/pkg-descr
SLAVE_PORT= yes
-OPTIONS_EXCLUDE= GUI QRCODES
+OPTIONS_EXCLUDE= X11 DBUS QRCODES
.include "${MASTERDIR}/Makefile"