From 4828800ba3f8cc04c1cb1e29256e17cb7edf6795 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 8 Feb 2014 15:49:07 +0000 Subject: [PATCH] - Fix after change to options in master Submitted by: "Chad J. Milios" --- net-p2p/litecoin-daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"