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

Antoine Brodin antoine at FreeBSD.org
Wed Dec 25 09:05:11 UTC 2019


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 \


More information about the svn-ports-all mailing list