View | Details | Raw Unified | Return to bug 96588 | Differences between
and this patch

Collapse All | Expand All

(-)namazu2/Makefile (-5 / +7 lines)
Lines 17-31 Link Here
17
COMMENT=	Meta-port of Namazu and Japanese support modules
17
COMMENT=	Meta-port of Namazu and Japanese support modules
18
18
19
LIB_DEPENDS=	nmz.7:${PORTSDIR}/databases/namazu2
19
LIB_DEPENDS=	nmz.7:${PORTSDIR}/databases/namazu2
20
RUN_DEPENDS=	${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
20
RUN_DEPENDS=	${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf
21
		${PM_BASE}/${PERL_ARCH}/Text/${MODULE_NAME}.pm:${PORTSDIR}/japanese/p5-Text-${MODULE_NAME}
22
21
23
PM_BASE=	${SITE_PERL}
22
PM_BASE=	${SITE_PERL}
23
PLIST=		"@comment this plist is intentionally left empty"
24
24
25
.if defined(WITH_CHASEN)
25
.if defined(WITH_MECAB)
26
MODULE_NAME=	ChaSen
26
RUN_DEPENDS+=	${PM_BASE}/${PERL_ARCH}/MeCab.pm:${PORTSDIR}/japanese/p5-MeCab
27
.elif defined(WITH_CHASEN)
28
RUN_DEPENDS+=	${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/p5-Text-ChaSen
27
.else
29
.else
28
MODULE_NAME=	Kakasi
30
RUN_DEPENDS+=	${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi
29
.endif
31
.endif
30
32
31
NO_BUILD=	yes
33
NO_BUILD=	yes
(-)namazu2/pkg-plist (-1 lines)
Line 1 Link Here
1
@comment this plist is intentionally left empty

Return to bug 96588