diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 14:44:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 14:44:46 +0000 |
commit | 6ecd70e6ce91c2f6ee2456a7f61d398836b270c8 (patch) | |
tree | d74e95e8467fd231e0c3a05677d5f4ace1942d93 /sysutils/fortunelock | |
parent | 9842c465e92a35b2d73233dab45a43673e280ce6 (diff) | |
download | ports-6ecd70e6ce91c2f6ee2456a7f61d398836b270c8.tar.gz ports-6ecd70e6ce91c2f6ee2456a7f61d398836b270c8.zip |
sysutils/fortunelock: USES+= ncurses and respect LDFLAGS
Notes
Notes:
svn path=/head/; revision=408039
Diffstat (limited to 'sysutils/fortunelock')
-rw-r--r-- | sysutils/fortunelock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fortunelock/Makefile b/sysutils/fortunelock/Makefile index 060b456a3bba..6da7b4332e6c 100644 --- a/sysutils/fortunelock/Makefile +++ b/sysutils/fortunelock/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= LOCAL/dannyboy MAINTAINER= ports@FreeBSD.org COMMENT= Locks a terminal while showing fortunes -USES= tar:bzip2 +USES= ncurses tar:bzip2 +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/fortunelock man/man1/${PORTNAME}.1.gz |