svn commit: r408510 - head/databases/libodbc++

John Marino marino at FreeBSD.org
Mon Feb 8 19:37:34 UTC 2016


Author: marino
Date: Mon Feb  8 19:37:32 2016
New Revision: 408510
URL: https://svnweb.freebsd.org/changeset/ports/408510

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

Modified:
  head/databases/libodbc++/Makefile

Modified: head/databases/libodbc++/Makefile
==============================================================================
--- head/databases/libodbc++/Makefile	Mon Feb  8 19:31:12 2016	(r408509)
+++ head/databases/libodbc++/Makefile	Mon Feb  8 19:37:32 2016	(r408510)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USES=		gmake libtool ncurses pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-isqlxx
@@ -30,4 +30,7 @@ PORTDOCS=	progref
 post-extract:
 	${RM} -f ${WRKSRC}/doc/progref/progref-stamp
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list