diff options
author | wen <wen@FreeBSD.org> | 2011-01-13 10:44:25 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-13 10:44:25 +0800 |
commit | 9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2 (patch) | |
tree | 39856262d5d1ddf14485fdff2d124f8e144c2e8b /textproc/ibus/Makefile | |
parent | b8bcc40dced9724cf272555afeb052f4fe6e8423 (diff) | |
download | freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.tar.gz freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.tar.zst freebsd-ports-gnome-9f40b45a6ca9bcbf7f47bfe1acc9ceddc384dba2.zip |
- Update to 1.3.9
PR: ports/153906
Submitted by: "Charlie &" <linpct@gmail.com>"
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'textproc/ibus/Makefile')
-rw-r--r-- | textproc/ibus/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 7102089c160d..81143b4fa3a9 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ibus -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -61,13 +61,13 @@ PLIST_SUB+= VALA="@comment " .endif .if defined(WITH_GINTRO) -BUILD_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection -CONFIGURE_ARGS+= --enable-introspection=yes -PLIST_SUB+= GINTRO="" +BUILD_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection +RUN_DEPENDS+= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection +CONFIGURE_ARGS+= --enable-introspection=yes +PLIST_SUB+= GINTRO="" .else -CONFIGURE_ARGS+= --enable-introspection=no -PLIST_SUB+= GINTRO="@comment " +CONFIGURE_ARGS+= --enable-introspection=no +PLIST_SUB+= GINTRO="@comment " .endif post-patch: |