1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/chinese/ibus-array/Makefile
Koop Mast bc620d95dd 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
2018-08-20 20:36:35 +00:00

34 lines
571 B
Makefile

# $FreeBSD$
PORTNAME= ibus-array
PORTVERSION= 0.1.2
DISTVERSIONPREFIX= release-
CATEGORIES= chinese
MAINTAINER= jiashiun@gmail.com
COMMENT= Array 30 input method for IBus
LICENSE= GPLv2
BUILD_DEPENDS= ibus-daemon:textproc/ibus
RUN_DEPENDS= ibus-daemon:textproc/ibus
GNU_CONFIGURE= yes
USES= autoreconf gettext gmake libtool pkgconfig python:2.7 sqlite
USE_GNOME+= glib20
USE_GITHUB= yes
GH_ACCOUNT= lexical
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>