svn commit: r483799 - head/net-im/toxic

Thierry Thomas thierry at FreeBSD.org
Fri Nov 2 10:17:46 UTC 2018


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


More information about the svn-ports-all mailing list