From f9bea1c48bbafef0c7c7ee9128a736afd16ff3ed Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 25 Jul 2014 13:08:13 +0000 Subject: [PATCH] - Add :keepla (scim loads plugins through .la files) Approved by: portmgr blanket --- textproc/scim-m17n/Makefile | 5 +++-- 1 file 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