svn commit: r408207 - head/chinese/celvis

John Marino marino at FreeBSD.org
Fri Feb 5 15:29:07 UTC 2016


Author: marino
Date: Fri Feb  5 15:29:05 2016
New Revision: 408207
URL: https://svnweb.freebsd.org/changeset/ports/408207

Log:
  chinese/celvis: USES+= ncurses, respect LDFLAGS
  
  Also link to libncurses, not libtermcap

Modified:
  head/chinese/celvis/Makefile

Modified: head/chinese/celvis/Makefile
==============================================================================
--- head/chinese/celvis/Makefile	Fri Feb  5 15:21:13 2016	(r408206)
+++ head/chinese/celvis/Makefile	Fri Feb  5 15:29:05 2016	(r408207)
@@ -10,7 +10,9 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list