diff options
Diffstat (limited to 'japanese/scim-tomoe/Makefile')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index e11bcfad6c96..da248c309baa 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -23,12 +23,14 @@ USE_GNOME= lthack USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST_FILES= lib/scim-1.0/1.4.0/Helper/tomoe.so \ +PLIST_FILES= lib/scim-1.0/1.4.0/Helper/tomoe.a \ + lib/scim-1.0/1.4.0/Helper/tomoe.la \ + lib/scim-1.0/1.4.0/Helper/tomoe.so \ share/locale/ja/LC_MESSAGES/scim-tomoe.mo \ share/scim/icons/scim-tomoe.png |