svn commit: r362893 - head/textproc/scim-m17n

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 25 13:08:14 UTC 2014


Author: amdmi3
Date: Fri Jul 25 13:08:13 2014
New Revision: 362893
URL: http://svnweb.freebsd.org/changeset/ports/362893
QAT: https://qat.redports.org/buildarchive/r362893/

Log:
  - Add :keepla (scim loads plugins through .la files)
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/scim-m17n/Makefile

Modified: head/textproc/scim-m17n/Makefile
==============================================================================
--- head/textproc/scim-m17n/Makefile	Fri Jul 25 13:07:40 2014	(r362892)
+++ head/textproc/scim-m17n/Makefile	Fri Jul 25 13:08:13 2014	(r362893)
@@ -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
 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
 


More information about the svn-ports-head mailing list