svn commit: r352369 - head/japanese/py-mecab
Steve Wills
swills at FreeBSD.org
Sat Apr 26 20:45:51 UTC 2014
Author: swills
Date: Sat Apr 26 20:45:51 2014
New Revision: 352369
URL: http://svnweb.freebsd.org/changeset/ports/352369
QAT: https://qat.redports.org/buildarchive/r352369/
Log:
- Stage
- Use new LIB_DEPENDS format
PR: ports/188965
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
Approved by: portmgr@ (blanket)
Modified:
head/japanese/py-mecab/Makefile
Modified: head/japanese/py-mecab/Makefile
==============================================================================
--- head/japanese/py-mecab/Makefile Sat Apr 26 20:42:24 2014 (r352368)
+++ head/japanese/py-mecab/Makefile Sat Apr 26 20:45:51 2014 (r352369)
@@ -14,13 +14,12 @@ LICENSE= BSD GPLv2 LGPL21
LICENSE_COMB= dual
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
-NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \
${WRKSRC}/setup.py
More information about the svn-ports-all
mailing list