diff options
author | bofh <bofh@FreeBSD.org> | 2017-09-20 06:13:38 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2017-09-20 06:13:38 +0800 |
commit | 700111aa375759078908a778f8fd18335476f399 (patch) | |
tree | 2246ea2d150f228011dc31473ea4c747412c13c2 /databases | |
parent | f40f86bb2842d316134ce5f098745b179863c42c (diff) | |
download | freebsd-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/Makefile | 4 |
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> |