svn commit: r520686 - head/sysutils/tty-clock

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 23 08:37:14 UTC 2019


Author: bapt
Date: Mon Dec 23 08:37:13 2019
New Revision: 520686
URL: https://svnweb.freebsd.org/changeset/ports/520686

Log:
  Use NCURSES_IMPL instead of hardcoding ncursesw to be futur proof

Modified:
  head/sysutils/tty-clock/Makefile

Modified: head/sysutils/tty-clock/Makefile
==============================================================================
--- head/sysutils/tty-clock/Makefile	Mon Dec 23 08:20:46 2019	(r520685)
+++ head/sysutils/tty-clock/Makefile	Mon Dec 23 08:37:13 2019	(r520686)
@@ -12,7 +12,7 @@ COMMENT=	Terminal based clock
 LICENSE=	BSD3CLAUSE
 
 ALL_TARGET=	tty-clock
-LDFLAGS+=	-lncursesw
+LDFLAGS+=	-l${NCURSRES_IMPL}
 USES=		gmake ncurses pkgconfig
 
 PLIST_FILES=	bin/tty-clock \


More information about the svn-ports-head mailing list