diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
commit | f248f6a5c2024ae1cac4858af892eff51ce83cd2 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /textproc | |
parent | fe491b3e430f625dda9b358003d21dde0c9e9ccd (diff) | |
download | freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.gz freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.zst freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.zip |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-table/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 648d382214e8..2aceae2d5ab0 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-table -# Date created: 20 November 2009 -# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net> -# +# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> # $FreeBSD$ -# PORTNAME= ibus-table PORTVERSION= 1.3.9.20110827 @@ -15,11 +11,11 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_GNOME= pkgconfig pygtk2 GNU_CONFIGURE= yes |