diff options
author | ume <ume@FreeBSD.org> | 2007-04-13 00:35:22 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-04-13 00:35:22 +0800 |
commit | a54c6ce71df88c9e2a878d0731a068086e88debf (patch) | |
tree | 21731769e47e90e580032ec0b1cc379d4b365c26 /japanese | |
parent | 75db5b998373a28731177e0fbe06c2ee22d77664 (diff) | |
download | freebsd-ports-gnome-a54c6ce71df88c9e2a878d0731a068086e88debf.tar.gz freebsd-ports-gnome-a54c6ce71df88c9e2a878d0731a068086e88debf.tar.zst freebsd-ports-gnome-a54c6ce71df88c9e2a878d0731a068086e88debf.zip |
- depend on gtk20 explicitly.
- uim-tomoe-gtk itself doesn't depend on libiconv.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index 025ed5654244..186d94c8854d 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=tomoe/23342 @@ -19,9 +19,8 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk \ uim.4:${PORTSDIR}/textproc/uim -USE_GNOME= lthack +USE_GNOME= lthack gtk20 USE_X_LIB= yes -USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes |