Date: Tue, 19 Sep 2017 22:13:38 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450173 - head/databases/mroonga Message-ID: <201709192213.v8JMDcBX082514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Tue Sep 19 22:13:38 2017 New Revision: 450173 URL: https://svnweb.freebsd.org/changeset/ports/450173 Log: databases/mroonga: Fix issue with pre-fetch and BUILD_DEPENDS Reported by: mat Modified: head/databases/mroonga/Makefile Modified: head/databases/mroonga/Makefile ============================================================================== --- head/databases/mroonga/Makefile Tue Sep 19 21:51:50 2017 (r450172) +++ head/databases/mroonga/Makefile Tue Sep 19 22:13:38 2017 (r450173) @@ -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 @@ -24,8 +25,5 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS - -pre-fetch: - cd ${PORTSDIR}/${_MYSQL_SERVER}; ${MAKE} patch .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709192213.v8JMDcBX082514>