aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2017-09-20 06:13:38 +0800
committerbofh <bofh@FreeBSD.org>2017-09-20 06:13:38 +0800
commit700111aa375759078908a778f8fd18335476f399 (patch)
tree2246ea2d150f228011dc31473ea4c747412c13c2 /databases
parentf40f86bb2842d316134ce5f098745b179863c42c (diff)
downloadfreebsd-ports-gnome-700111aa375759078908a778f8fd18335476f399.tar.gz
freebsd-ports-gnome-700111aa375759078908a778f8fd18335476f399.tar.zst
freebsd-ports-gnome-700111aa375759078908a778f8fd18335476f399.zip
databases/mroonga: Fix issue with pre-fetch and BUILD_DEPENDS
Reported by: mat
Diffstat (limited to 'databases')
-rw-r--r--databases/mroonga/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mroonga/Makefile b/databases/mroonga/Makefile
index ea43ed6657f9..963422dddb09 100644
--- a/databases/mroonga/Makefile
+++ b/databases/mroonga/Makefile
@@ -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>