svn commit: r380116 - head/databases/opendbx

John Marino marino at FreeBSD.org
Fri Feb 27 19:03:08 UTC 2015


Author: marino
Date: Fri Feb 27 19:03:07 2015
New Revision: 380116
URL: https://svnweb.freebsd.org/changeset/ports/380116
QAT: https://qat.redports.org/buildarchive/r380116/

Log:
  databases/opendbx: add USES+= readline
  
  This started failing without a recent change to opendbx, so a dependency
  most have stopped pulling in readline.  The configure error was:
  
     error: readline library (libreadline) not found
  
  approved by:	blanket

Modified:
  head/databases/opendbx/Makefile

Modified: head/databases/opendbx/Makefile
==============================================================================
--- head/databases/opendbx/Makefile	Fri Feb 27 18:57:19 2015	(r380115)
+++ head/databases/opendbx/Makefile	Fri Feb 27 19:03:07 2015	(r380116)
@@ -12,7 +12,7 @@ COMMENT=	C library for accessing databas
 
 LICENSE=	LGPL21
 
-USES=		gmake libtool
+USES=		gmake libtool readline
 
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS} -L${WRKSRC}/lib -L${LOCALBASE}/lib


More information about the svn-ports-all mailing list