diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/tbclock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tbclock/Makefile b/games/tbclock/Makefile index 2291bda6cc3c..f82688e49527 100644 --- a/games/tbclock/Makefile +++ b/games/tbclock/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= http://tamentis.com/projects/tbclock/files/ MAINTAINER= ports@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: |