svn commit: r354459 - head/japanese/namazu2

Pawel Pekala pawel at FreeBSD.org
Sun May 18 19:34:02 UTC 2014


Author: pawel
Date: Sun May 18 19:34:01 2014
New Revision: 354459
URL: http://svnweb.freebsd.org/changeset/ports/354459
QAT: https://qat.redports.org/buildarchive/r354459/

Log:
  - Stage safe
  - Convert to new LIB_DEPENDS format

Modified:
  head/japanese/namazu2/Makefile

Modified: head/japanese/namazu2/Makefile
==============================================================================
--- head/japanese/namazu2/Makefile	Sun May 18 19:34:00 2014	(r354458)
+++ head/japanese/namazu2/Makefile	Sun May 18 19:34:01 2014	(r354459)
@@ -12,7 +12,7 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Meta-port of Namazu and Japanese support modules
 
-LIB_DEPENDS=	nmz.8:${PORTSDIR}/databases/namazu2
+LIB_DEPENDS=	libnmz.so:${PORTSDIR}/databases/namazu2
 RUN_DEPENDS=	ja-p5-nkf>=0:${PORTSDIR}/japanese/p5-nkf
 
 PLIST=		"@comment this plist is intentionally left empty"
@@ -25,7 +25,6 @@ RUN_DEPENDS+=	ja-p5-Text-Kakasi>=0:${POR
 RUN_DEPENDS+=	ja-p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab
 .endif
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../../databases/namazu2/Makefile.common"
 
 NO_BUILD=	yes


More information about the svn-ports-head mailing list