diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 17:23:50 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 17:23:50 +0000 |
commit | 28691e1d322506218c0a6588d158769f8ccefacf (patch) | |
tree | 472dab641b48f807cd76fec5fff77612107d99ec /textproc/ibus-table/Makefile | |
parent | cb726d25616e130e35ee67a13f2eea205f81ee90 (diff) | |
download | ports-28691e1d322506218c0a6588d158769f8ccefacf.tar.gz ports-28691e1d322506218c0a6588d158769f8ccefacf.zip |
Notes
Diffstat (limited to 'textproc/ibus-table/Makefile')
-rw-r--r-- | textproc/ibus-table/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 36ac8dd21993..e61fb244c37a 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ibus-table -PORTVERSION= 1.3.0.20100621 +PORTVERSION= 1.3.9.20110827 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -15,8 +15,8 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= ibus-1.0.400:${PORTSDIR}/textproc/ibus +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= 2.5+ USE_GNOME= pkgconfig pygtk2 @@ -38,6 +38,5 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py - @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh .include <bsd.port.mk> |