Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 06:56:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521059 - head/sysutils/tty-clock
Message-ID:  <201912280656.xBS6ueNc012880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 06:56:39 2019
New Revision: 521059
URL: https://svnweb.freebsd.org/changeset/ports/521059

Log:
  Cosmetic change

Modified:
  head/sysutils/tty-clock/Makefile

Modified: head/sysutils/tty-clock/Makefile
==============================================================================
--- head/sysutils/tty-clock/Makefile	Sat Dec 28 06:56:34 2019	(r521058)
+++ head/sysutils/tty-clock/Makefile	Sat Dec 28 06:56:39 2019	(r521059)
@@ -11,9 +11,10 @@ COMMENT=	Terminal based clock
 
 LICENSE=	BSD3CLAUSE
 
+USES=		gmake ncurses pkgconfig
+
 ALL_TARGET=	tty-clock
 LDFLAGS+=	-l${NCURSES_IMPL}
-USES=		gmake ncurses pkgconfig
 
 PLIST_FILES=	bin/tty-clock \
 		man/man1/tty-clock.1.gz



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