svn commit: r343356 - head/net-p2p/litecoin-daemon

Steve Wills swills at FreeBSD.org
Sat Feb 8 15:49:08 UTC 2014


Author: swills
Date: Sat Feb  8 15:49:07 2014
New Revision: 343356
URL: http://svnweb.freebsd.org/changeset/ports/343356
QAT: https://qat.redports.org/buildarchive/r343356/

Log:
  - Fix after change to options in master
  
  Submitted by:	"Chad J. Milios" <milios at ccsys.com>

Modified:
  head/net-p2p/litecoin-daemon/Makefile

Modified: head/net-p2p/litecoin-daemon/Makefile
==============================================================================
--- head/net-p2p/litecoin-daemon/Makefile	Sat Feb  8 15:46:50 2014	(r343355)
+++ head/net-p2p/litecoin-daemon/Makefile	Sat Feb  8 15:49:07 2014	(r343356)
@@ -5,5 +5,5 @@ COMMENT=	Virtual Peer-to-Peer Currency S
 MASTERDIR=	${.CURDIR}/../litecoin
 DESCR=		${MASTERDIR}/pkg-descr
 SLAVE_PORT=	yes
-OPTIONS_EXCLUDE=	GUI QRCODES
+OPTIONS_EXCLUDE=	X11 DBUS QRCODES
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list