svn commit: r348590 - head/japanese/ibus-anthy

Antoine Brodin antoine at FreeBSD.org
Tue Mar 18 18:56:30 UTC 2014


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 at 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


More information about the svn-ports-head mailing list