Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 10:17:45 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483799 - head/net-im/toxic
Message-ID:  <201811021017.wA2AHjcv008449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Nov  2 10:17:45 2018
New Revision: 483799
URL: https://svnweb.freebsd.org/changeset/ports/483799

Log:
  Fix the build by using ncursesw from ports.

Modified:
  head/net-im/toxic/Makefile

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Fri Nov  2 10:13:14 2018	(r483798)
+++ head/net-im/toxic/Makefile	Fri Nov  2 10:17:45 2018	(r483799)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:net-im/tox
 USE_GITHUB=	yes
 GH_ACCOUNT=	JFreegman
 
-USES=		desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig
+USES=		desktop-file-utils gettext-runtime gmake ncurses:port openal:al,alut pkgconfig
 
 OPTIONS_DEFINE=	X11 PYTHON
 OPTIONS_DEFAULT=X11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021017.wA2AHjcv008449>