diff options
Diffstat (limited to 'japanese/py-mecab')
-rw-r--r-- | japanese/py-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index 3004099..9d6f006 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -14,8 +14,8 @@ COMMENT= Python bindings for MeCab LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab +BUILD_DEPENDS= swig:devel/swig13 +LIB_DEPENDS= libmecab.so:japanese/mecab USES= python USE_PYTHON= distutils |