Date: Wed, 20 Dec 2017 13:24:43 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456792 - head/japanese/ibus-anthy Message-ID: <201712201324.vBKDOhAj034787@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 20 13:24:43 2017 New Revision: 456792 URL: https://svnweb.freebsd.org/changeset/ports/456792 Log: Switch to swig 3.0 Modified: head/japanese/ibus-anthy/Makefile Modified: head/japanese/ibus-anthy/Makefile ============================================================================== --- head/japanese/ibus-anthy/Makefile Wed Dec 20 12:54:21 2017 (r456791) +++ head/japanese/ibus-anthy/Makefile Wed Dec 20 13:24:43 2017 (r456792) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ja- MAINTAINER= daichi@FreeBSD.org COMMENT= Anthy engine for IBus -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libanthy.so:japanese/anthy \ libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:devel/py-notify @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_py GNU_CONFIGURE= yes USES= libtool gettext gmake pkgconfig python:2.7 USE_GNOME= intltool pygtk2 +BINARY_ALIAS= swig=swig3.0 LOCALBASE_REPLACE_FILES= \ engine/engine.py \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201324.vBKDOhAj034787>