diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /japanese | |
parent | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (diff) | |
download | ports-60b3a84279e0657b047e05ed4f622cf401e2376b.tar.gz ports-60b3a84279e0657b047e05ed4f622cf401e2376b.zip |
Use libtool15 port instead of included version to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=184749
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 |