svn commit: r408507 - head/lang/ohugs

John Marino marino at FreeBSD.org
Mon Feb 8 19:24:05 UTC 2016


Author: marino
Date: Mon Feb  8 19:24:04 2016
New Revision: 408507
URL: https://svnweb.freebsd.org/changeset/ports/408507

Log:
  lang/ohugs: document ncurses requirement (USES+=ncurses)
  
  Also link with ncurses, not termcap
  
  approved by:	infrastructure blanket

Modified:
  head/lang/ohugs/Makefile

Modified: head/lang/ohugs/Makefile
==============================================================================
--- head/lang/ohugs/Makefile	Mon Feb  8 19:22:29 2016	(r408506)
+++ head/lang/ohugs/Makefile	Mon Feb  8 19:24:04 2016	(r408507)
@@ -22,8 +22,8 @@ LIB_DEPENDS=	libTix8.4.3.so:${PORTSDIR}/
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/.src//}
 BUILD_WRKSRC=	${WRKSRC}/src
-USES=		bison readline
-LDFLAGS+=	-lm -lreadline -ltermcap
+USES=		bison ncurses readline
+LDFLAGS+=	-lm -lreadline -lncurses
 
 .if ${PORT_OPTIONS:MX11}
 USES+=		tk


More information about the svn-ports-all mailing list