diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 20:19:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 20:19:07 +0800 |
commit | 91f87d1e3dee841c5a547b2f7b20039301caacc2 (patch) | |
tree | c4652aa1ca08915b2c899ce621b23ececa2de4ab /japanese | |
parent | eda879fd8eb258a201fb5f44f67a310e9d763e33 (diff) | |
download | freebsd-ports-gnome-91f87d1e3dee841c5a547b2f7b20039301caacc2.tar.gz freebsd-ports-gnome-91f87d1e3dee841c5a547b2f7b20039301caacc2.tar.zst freebsd-ports-gnome-91f87d1e3dee841c5a547b2f7b20039301caacc2.zip |
- Convert texproc/uim and friends to USES=libtool, drop .la files
- Bump ports dependent on uim as some .so versions have changed
- While here, convert some USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr blanket
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-uim/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-plist | 4 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile index 182f905d061a..93d3174d176b 100644 --- a/japanese/scim-uim/Makefile +++ b/japanese/scim-uim/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-uim PORTVERSION= 0.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://freedesktop.org/~suzhe/sources/ diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist index 3b5b3256f009..1cb7b0989bcb 100644 --- a/japanese/uim-anthy/pkg-plist +++ b/japanese/uim-anthy/pkg-plist @@ -1,9 +1,5 @@ %%X11%%bin/uim-dict-gtk -lib/uim/plugin/libuim-anthy.a -lib/uim/plugin/libuim-anthy.la lib/uim/plugin/libuim-anthy.so -lib/uim/plugin/libuim-anthy-utf8.a -lib/uim/plugin/libuim-anthy-utf8.la lib/uim/plugin/libuim-anthy-utf8.so %%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml @dirrmtry %%X11%%%%DATADIR%%/helperdata diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index bb25a95fe612..ff0af93893b4 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} |