svn commit: r408111 - head/games/tbclock

John Marino marino at FreeBSD.org
Thu Feb 4 22:21:05 UTC 2016


Author: marino
Date: Thu Feb  4 22:21:04 2016
New Revision: 408111
URL: https://svnweb.freebsd.org/changeset/ports/408111

Log:
  games/tbclock: USES+= ncurses, respect LDFLAGS

Modified:
  head/games/tbclock/Makefile

Modified: head/games/tbclock/Makefile
==============================================================================
--- head/games/tbclock/Makefile	Thu Feb  4 22:18:38 2016	(r408110)
+++ head/games/tbclock/Makefile	Thu Feb  4 22:21:04 2016	(r408111)
@@ -9,7 +9,9 @@ MASTER_SITES=	http://tamentis.com/projec
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Binary clock in curses
 
+USES=		ncurses
 HAS_CONFIGURE=	yes
+MAKE_ARGS=	LIBFLAGS="${LDFLAGS} -lncurses"
 PLIST_FILES=	bin/${PORTNAME} man/man1/tbclock.1.gz
 
 post-patch:


More information about the svn-ports-all mailing list