Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2019 08:37:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520686 - head/sysutils/tty-clock
Message-ID:  <201912230837.xBN8bEpS004437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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