Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 19:03:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380116 - head/databases/opendbx
Message-ID:  <201502271903.t1RJ38VJ043761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271903.t1RJ38VJ043761>