svn commit: r408503 - head/databases/sqlcached

John Marino marino at FreeBSD.org
Mon Feb 8 19:18:40 UTC 2016


Author: marino
Date: Mon Feb  8 19:18:39 2016
New Revision: 408503
URL: https://svnweb.freebsd.org/changeset/ports/408503

Log:
  databases/sqlcached: document ncurses requirement (USES+=ncurses)
  
  Also link with ncurses, not curses
  
  approved by:	infrastructure blanket

Modified:
  head/databases/sqlcached/Makefile

Modified: head/databases/sqlcached/Makefile
==============================================================================
--- head/databases/sqlcached/Makefile	Mon Feb  8 19:15:59 2016	(r408502)
+++ head/databases/sqlcached/Makefile	Mon Feb  8 19:18:39 2016	(r408503)
@@ -12,7 +12,7 @@ COMMENT=	Cache daemon using SQL for data
 
 LIB_DEPENDS=	libsqlite.so:${PORTSDIR}/databases/sqlite2
 
-USES=		readline tar:tgz
+USES=		readline ncurses tar:tgz
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -24,6 +24,7 @@ PLIST_FILES=	bin/${PORTNAME} etc/rc.d/${
 		man/man1/${PORTNAME}.1.gz
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' \
 		${WRKSRC}/FreeBSD/${PORTNAME}
 


More information about the svn-ports-all mailing list