diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /chinese | |
parent | Update to r41075 of the FreeBSD doc set. (diff) |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Notes
Notes:
svn path=/head/; revision=313402
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index ecdff94a4066..cd1b5b6c29f4 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-ibus-pinyin -# Date created: 21 October 2008 -# Whom: Henry Hu <henry.hu.sh@gmail.com> -# +# Created by: Henry Hu <henry.hu.sh@gmail.com> # $FreeBSD$ -# PORTNAME= ibus-pinyin PORTVERSION= 1.4.0 @@ -17,9 +13,9 @@ MAINTAINER= henry.hu.sh@gmail.com COMMENT= PinYin engine for IBus BUILD_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= yes USE_GNOME= pygtk2 |