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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 06:56:40 UTC 2019


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


More information about the svn-ports-all mailing list