diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-09-02 23:04:45 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-09-02 23:04:45 +0800 |
commit | 4d8cfc2552620a3fd9a831d0a09a127d5761c9ef (patch) | |
tree | 6ee5bf19c2ffd681f20636e62b3ec8ac2f5937dc /japanese | |
parent | 8cbd4440a27a6bbf32e14fb848e1307a883436b9 (diff) | |
download | freebsd-ports-gnome-4d8cfc2552620a3fd9a831d0a09a127d5761c9ef.tar.gz freebsd-ports-gnome-4d8cfc2552620a3fd9a831d0a09a127d5761c9ef.tar.zst freebsd-ports-gnome-4d8cfc2552620a3fd9a831d0a09a127d5761c9ef.zip |
Fix typo: USE_X_LIB --> USE_XLIB
Reported by: infofarmer
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-canna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index 45a48b75dc6d..09cdfeb6d6fc 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-canna PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/18849 @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack -USE_X_LIB= yes +USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes |