diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 22:21:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 22:21:04 +0000 |
commit | 281c1a1018875ce04d966cca53c9c8d2d5a8e065 (patch) | |
tree | 1abe824a3612eeb98784119b8623f6970b8fff42 | |
parent | 2b9cf964cff908c5b3d071b02e943286e508857c (diff) | |
download | ports-281c1a1018875ce04d966cca53c9c8d2d5a8e065.tar.gz ports-281c1a1018875ce04d966cca53c9c8d2d5a8e065.zip |
Notes
-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: |