aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/groonga
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:25:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:25:16 +0800
commit2ff80f55375ee2811ca2895a06b853699c3e0915 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/groonga
parentc60c1d09235abbfd733e901b1872b86adc82027c (diff)
downloadfreebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz
freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst
freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index a258aec7ee66..2880e2e91001 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -10,7 +10,7 @@ COMMENT= Open-source fulltext search engine and column store
LICENSE= LGPL21
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:devel/pcre
USES= gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
@@ -35,12 +35,12 @@ OPTIONS_DEFAULT= MECAB SUGGEST RUBY
OPTIONS_SUB= yes
MECAB_DESC= Morphological analysis support via MeCab
-MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
+MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab
MECAB_CONFIGURE_OFF= --without-mecab
SUGGEST_DESC= Suggestions support
-SUGGEST_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \
- libmsgpack.so:${PORTSDIR}/devel/msgpack \
- libzmq.so:${PORTSDIR}/net/libzmq2
+SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \
+ libmsgpack.so:devel/msgpack \
+ libzmq.so:net/libzmq2
SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \
--with-message-pack=${LOCALBASE} \
--enable-zeromq