svn commit: r477671 - head/chinese/ibus-array
Koop Mast
kwm at FreeBSD.org
Mon Aug 20 20:36:36 UTC 2018
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
More information about the svn-ports-all
mailing list