aboutsummaryrefslogtreecommitdiff
path: root/textproc/estraier
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/estraier
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Notes
Diffstat (limited to 'textproc/estraier')
-rw-r--r--textproc/estraier/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 0a8d846f8fb3..57a7479f4569 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://fallabs.com/estraier/
MAINTAINER= ports@FreeBSD.org
COMMENT= Full-text search system for personal use
-LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm
+LIB_DEPENDS= libqdbm.so:databases/qdbm
USES= iconv
GNU_CONFIGURE= yes
@@ -27,16 +27,16 @@ CHASEN_DESC= Japanese Morphological Analysis Support
MECAB_DESC= Part-of-Speech and Morphological Analyzer
KAKASI_DESC= Language processing filter/converter
-CHASEN_LIB_DEPENDS= libchasen.so:${PORTSDIR}/japanese/chasen-base
+CHASEN_LIB_DEPENDS= libchasen.so:japanese/chasen-base
CHASEN_CONFIGURE_ENABLE= chasen
-KAKASI_LIB_DEPENDS= libkakasi.so:${PORTSDIR}/japanese/kakasi
+KAKASI_LIB_DEPENDS= libkakasi.so:japanese/kakasi
KAKASI_CONFIGURE_ENABLE= kakasi
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMECAB} && ${ARCH} == "i386"
-LIB_DEPENDS+= libmecab.so:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS+= libmecab.so:japanese/mecab
CONFIGURE_ARGS+= --enable-mecab
.endif