aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 15:29:05 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 15:29:05 +0000
commit31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5 (patch)
treea6ff689034095e99cba9fac3928442e68db5f14d
parent3841e6f17673c782a9dbca7c2fafa898805bf184 (diff)
downloadports-31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5.tar.gz
ports-31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5.zip
Notes
-rw-r--r--chinese/celvis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile
index 86ac90c061a6..8976987b25af 100644
--- a/chinese/celvis/Makefile
+++ b/chinese/celvis/Makefile
@@ -10,7 +10,9 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Vi/ex clone that speaks Chinese
+USES= ncurses
CFLAGS+= -Wno-error=return-type
+MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
do-install:
@# install target in celvis Makefile is not too good -- this is easier