databases/mroonga: Fix issue with pre-fetch and BUILD_DEPENDS
Reported by: mat
This commit is contained in:
parent
21e3b31a59
commit
818093b3c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450173
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue