diff options
Diffstat (limited to 'japanese/p5-MeCab/Makefile')
-rw-r--r-- | japanese/p5-MeCab/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index 9725ca80b669..d2b5e55f0d51 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -14,7 +14,7 @@ COMMENT= MeCab library module for Perl5 LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab +LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab USES= perl5 USE_PERL5= configure @@ -22,15 +22,14 @@ USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES OPTIONSFILE= ${PORT_DBDIR}/ja-p5-${PORTNAME}/options -NO_STAGE= yes .include <bsd.port.pre.mk> PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- .if ${PORT_OPTIONS:MEXAMPLES} post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/test.pl ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.post.mk> |