Date: Mon, 21 Jul 2014 08:34:32 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362407 - head/comms/obexapp Message-ID: <201407210834.s6L8YWO3002868@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Jul 21 08:34:31 2014 New Revision: 362407 URL: http://svnweb.freebsd.org/changeset/ports/362407 QAT: https://qat.redports.org/buildarchive/r362407/ Log: Fix build on head without shared readline. MFH: 2014Q3 Modified: head/comms/obexapp/Makefile Modified: head/comms/obexapp/Makefile ============================================================================== --- head/comms/obexapp/Makefile Mon Jul 21 08:34:26 2014 (r362406) +++ head/comms/obexapp/Makefile Mon Jul 21 08:34:31 2014 (r362407) @@ -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?201407210834.s6L8YWO3002868>