Date: Sat, 8 Feb 2014 15:49:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343356 - head/net-p2p/litecoin-daemon Message-ID: <201402081549.s18Fn7SR052566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081549.s18Fn7SR052566>