svn commit: r450173 - head/databases/mroonga

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Sep 19 22:13:39 UTC 2017


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>


More information about the svn-ports-all mailing list