diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-canna/Makefile | 1 | ||||
-rw-r--r-- | japanese/scim-skk/Makefile | 1 | ||||
-rw-r--r-- | japanese/scim-uim/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index 01f3daf36b7c..95588c2b2daa 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/Canna RUN_DEPENDS= ${BUILD_DEPENDS} +USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack USE_X_LIB= yes USE_ICONV= yes diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 4e554e3f413b..9ad22f1475ab 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -18,6 +18,7 @@ COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} +USE_AUTOTOOLS= libtool:15 USE_X_LIB= yes USE_ICONV= yes USE_GMAKE= yes diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile index 660a029fbc63..4b2061fb7be6 100644 --- a/japanese/scim-uim/Makefile +++ b/japanese/scim-uim/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim RUN_DEPENDS= ${BUILD_DEPENDS} +USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack USE_X_LIB= yes USE_ICONV= yes |