diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:08:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:08:13 +0800 |
commit | 861dfbee71af6f6ae40923acc79cf7e94fd1b007 (patch) | |
tree | ad7fea867a94d5bec27efb89caa773ba055b6fbf /textproc/scim-m17n | |
parent | 37111f6614de2ede8fc2c86562758e37cc7dc3e4 (diff) | |
download | freebsd-ports-gnome-861dfbee71af6f6ae40923acc79cf7e94fd1b007.tar.gz freebsd-ports-gnome-861dfbee71af6f6ae40923acc79cf7e94fd1b007.tar.zst freebsd-ports-gnome-861dfbee71af6f6ae40923acc79cf7e94fd1b007.zip |
- Add :keepla (scim loads plugins through .la files)
Approved by: portmgr blanket
Diffstat (limited to 'textproc/scim-m17n')
-rw-r--r-- | textproc/scim-m17n/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index 249d5ec9e1a2..4e5bd81c8958 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -16,11 +16,12 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USES= gmake pkgconfig libtool +USES= gmake pkgconfig libtool:keepla GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/m17n.a \ + lib/scim-1.0/1.4.0/IMEngine/m17n.la \ lib/scim-1.0/1.4.0/IMEngine/m17n.so \ share/scim/icons/scim-m17n.png |