diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-02-14 15:07:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-02-14 15:07:48 +0800 |
commit | e70b1840c697f07e299f01350010e38d3d314884 (patch) | |
tree | 929638deef2264f53d2492c4df4ae0102b4242b2 /textproc | |
parent | a4940599039dfbb781e0370b5828b89c5011d6ab (diff) | |
download | freebsd-ports-gnome-e70b1840c697f07e299f01350010e38d3d314884.tar.gz freebsd-ports-gnome-e70b1840c697f07e299f01350010e38d3d314884.tar.zst freebsd-ports-gnome-e70b1840c697f07e299f01350010e38d3d314884.zip |
Add CPE information
PR: 197580
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: mentors (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 3f638322bc93..476430724778 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ setxkbmap:${PORTSDIR}/x11/setxkbmap LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= compiler gmake libtool pathfix pkgconfig python +USES= compiler cpe gmake libtool pathfix pkgconfig python USE_GNOME= glib20 librsvg2 pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -46,6 +46,7 @@ GCONF_DESC= Use GConf for configuration DCONF_DESC= Use dconf for configuration XIM_DESC= Install XIM server ENGINE_DESC= Install ibus simple engine +CPE_VENDOR= ibus_project ISOCODES_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes ISOCODES_RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:${PORTSDIR}/misc/iso-codes |