Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 09:15:08 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r362413 - branches/2014Q3/comms/obexapp
Message-ID:  <201407210915.s6L9F8NN021371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jul 21 09:15:07 2014
New Revision: 362413
URL: http://svnweb.freebsd.org/changeset/ports/362413
QAT: https://qat.redports.org/buildarchive/r362413/

Log:
  MFH: r362407
  
  Fix build on head without shared readline.
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q3/comms/obexapp/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/comms/obexapp/Makefile
==============================================================================
--- branches/2014Q3/comms/obexapp/Makefile	Mon Jul 21 09:01:22 2014	(r362412)
+++ branches/2014Q3/comms/obexapp/Makefile	Mon Jul 21 09:15:07 2014	(r362413)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libopenobex.so:${PORTSDIR}/
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		iconv
+USES=		iconv readline
 PLIST_FILES=	bin/obexapp
 
 .if !defined(NO_INSTALL_MANPAGES)



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