diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
commit | 312a702b4b8c0002651616c073e67e4ef9faffc7 (patch) | |
tree | c712004ab7c143ef4ed5d367ab60f219847273d1 /textproc/uim-gnome | |
parent | af19ab669c1c4a059660a2805952dbf6fc09aa27 (diff) |
Notes
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 979537056d38..b3dc23373340 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -6,12 +6,11 @@ # PKGNAMESUFFIX= -gnome -PORTREVISION= 4 COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel libgnomeui -LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk MASTERDIR= ${.CURDIR}/../../textproc/uim @@ -22,7 +21,7 @@ CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet UIM_SLAVE= yes -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in .if defined(WITHOUT_X11) IGNORE= requires X11 |