diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 16:32:28 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-16 16:32:28 +0000 |
commit | 49a68e13971b8f0e2c0ac93c507cbe40c4a80ab0 (patch) | |
tree | f348da6c78dc3d0e5cd9d51d67ca82121ce20a22 /japanese/scim-tomoe/Makefile | |
parent | 24f5b61bded5e23582bda8b5d922f599aba092af (diff) |
Update to 0.6.0.
Notes
Notes:
svn path=/head/; revision=197814
Diffstat (limited to 'japanese/scim-tomoe/Makefile')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index ac8fadef744d..70a947477fc5 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -6,11 +6,11 @@ # PORTNAME= scim-tomoe -PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTVERSION= 0.6.0 +#PORTREVISION= 0 CATEGORIES= japanese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR=scim-imengine/23343 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=tomoe MAINTAINER= ume@FreeBSD.org COMMENT= SCIM IMEngine module using Tomoe @@ -21,6 +21,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ USE_GNOME= lthack USE_X_LIB= yes +USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes |