diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 16:14:05 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 16:14:05 +0000 |
commit | 9443df5409564bbb4020869c7479078d99096114 (patch) | |
tree | b8d75ebcb98cb8484b7bc44bce14dd2b5e1ade47 | |
parent | 7ebe67eefc5ac088bc964ba162133a9851073dbb (diff) | |
download | FreeBSD-ports-9443df5409564bbb4020869c7479078d99096114.zip FreeBSD-ports-9443df5409564bbb4020869c7479078d99096114.tar.gz |
vietnamese/vnless: USES+= ncurses, link with libncurses (not termcap)
-rw-r--r-- | vietnamese/vnless/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vietnamese/vnless/Makefile b/vietnamese/vnless/Makefile index f48b7be..862a812 100644 --- a/vietnamese/vnless/Makefile +++ b/vietnamese/vnless/Makefile @@ -11,7 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Pager utility that speaks Vietnamese +USES= ncurses ALL_TARGET= clobber all +MAKE_ARGS= LIBS="-lncurses -lc" CFLAGS+= -Wno-return-type PLIST_FILES= bin/vnless \ |