diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-31 16:25:23 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-31 16:25:23 +0000 |
commit | ebd876db1fe9059c84151cdccf2fe21a5866dcc9 (patch) | |
tree | 26baf371dc6d1685eba97aed67fbe7e570472179 /japanese/scim-tomoe/Makefile | |
parent | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (diff) |
USE_X_LIB --> USE_XLIB
Reported by: infofarmer
Notes
Notes:
svn path=/head/; revision=198589
Diffstat (limited to 'japanese/scim-tomoe/Makefile')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index 70a947477fc5..fdcb0c0aeb79 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.6.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -20,7 +20,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack -USE_X_LIB= yes +USE_XLIB= yes USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes |