diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 15:29:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 15:29:05 +0000 |
commit | 31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5 (patch) | |
tree | a6ff689034095e99cba9fac3928442e68db5f14d | |
parent | 3841e6f17673c782a9dbca7c2fafa898805bf184 (diff) | |
download | ports-31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5.tar.gz ports-31fdaf86cda7e7d34ba510a5c0bd35c7533ec2a5.zip |
Notes
-rw-r--r-- | chinese/celvis/Makefile | 2 |
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 |