Date: Mon, 20 Aug 2018 20:36:36 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477671 - head/chinese/ibus-array Message-ID: <201808202036.w7KKaadZ011023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Aug 20 20:36:35 2018 New Revision: 477671 URL: https://svnweb.freebsd.org/changeset/ports/477671 Log: This port uses python but doesn't declare it. In the GNOME 3.28 exp-run this resulted in a plist failure, due to python3 being also available. Declare the use of python 2.7 to fix this. PR: 229761 Modified: head/chinese/ibus-array/Makefile Modified: head/chinese/ibus-array/Makefile ============================================================================== --- head/chinese/ibus-array/Makefile Mon Aug 20 18:56:19 2018 (r477670) +++ head/chinese/ibus-array/Makefile Mon Aug 20 20:36:35 2018 (r477671) @@ -15,7 +15,7 @@ RUN_DEPENDS= ibus-daemon:textproc/ibus GNU_CONFIGURE= yes -USES= autoreconf gettext gmake libtool pkgconfig sqlite +USES= autoreconf gettext gmake libtool pkgconfig python:2.7 sqlite USE_GNOME+= glib20 USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808202036.w7KKaadZ011023>