svn commit: r362413 - branches/2014Q3/comms/obexapp

Guido Falsi madpilot at FreeBSD.org
Mon Jul 21 09:15:08 UTC 2014


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)


More information about the svn-ports-all mailing list