From owner-svn-ports-all@FreeBSD.ORG Tue Mar 18 18:56:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50EA860B; Tue, 18 Mar 2014 18:56:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D56CDAF; Tue, 18 Mar 2014 18:56:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IIuU4T094896; Tue, 18 Mar 2014 18:56:30 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2IIuUao094895; Tue, 18 Mar 2014 18:56:30 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403181856.s2IIuUao094895@svn.freebsd.org> From: Antoine Brodin Date: Tue, 18 Mar 2014 18:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348590 - head/japanese/ibus-anthy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 18:56:30 -0000 Author: antoine Date: Tue Mar 18 18:56:29 2014 New Revision: 348590 URL: http://svnweb.freebsd.org/changeset/ports/348590 QAT: https://qat.redports.org/buildarchive/r348590/ Log: Fix LIB_DEPENDS Reported by: pkg-fallout Modified: head/japanese/ibus-anthy/Makefile Modified: head/japanese/ibus-anthy/Makefile ============================================================================== --- head/japanese/ibus-anthy/Makefile Tue Mar 18 18:52:29 2014 (r348589) +++ head/japanese/ibus-anthy/Makefile Tue Mar 18 18:56:29 2014 (r348590) @@ -14,8 +14,8 @@ MAINTAINER= daichi@FreeBSD.org COMMENT= Anthy engine for IBus BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - ibus-1.0.402:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy \ + libibus-1.0.so:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify GNU_CONFIGURE= yes