Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 09:05:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520845 - head/sysutils/tty-clock
Message-ID:  <201912250905.xBP95BRY027461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 25 09:05:10 2019
New Revision: 520845
URL: https://svnweb.freebsd.org/changeset/ports/520845

Log:
  Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/tty-clock/Makefile

Modified: head/sysutils/tty-clock/Makefile
==============================================================================
--- head/sysutils/tty-clock/Makefile	Wed Dec 25 08:56:12 2019	(r520844)
+++ head/sysutils/tty-clock/Makefile	Wed Dec 25 09:05:10 2019	(r520845)
@@ -12,7 +12,7 @@ COMMENT=	Terminal based clock
 LICENSE=	BSD3CLAUSE
 
 ALL_TARGET=	tty-clock
-LDFLAGS+=	-l${NCURSRES_IMPL}
+LDFLAGS+=	-l${NCURSES_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?201912250905.xBP95BRY027461>