databases/mroonga: Fix issue with pre-fetch and BUILD_DEPENDS

Reported by:	mat
This commit is contained in:
Muhammad Moinur Rahman 2017-09-19 22:13:38 +00:00
parent 21e3b31a59
commit 818093b3c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450173

View file

@ -11,6 +11,7 @@ COMMENT= Open-source fulltext search engine for MySQL
LICENSE= LGPL21
BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:patch
LIB_DEPENDS= libgroonga.so:textproc/groonga
USES= libtool mysql pkgconfig
@ -25,7 +26,4 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
pre-fetch:
cd ${PORTSDIR}/${_MYSQL_SERVER}; ${MAKE} patch
.include <bsd.port.mk>