Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 18:56:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348590 - head/japanese/ibus-anthy
Message-ID:  <201403181856.s2IIuUao094895@svn.freebsd.org>

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



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