- Fix to not require internet access during building

Submitted by:	myself
Approved by:	Akinori MUSHA <knu@FreeBSD.org> (maintainer)
Reported by:	pointyhat-west
This commit is contained in:
Bernhard Froehlich 2012-05-22 15:23:28 +00:00
parent ca696295bf
commit c039bae4e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297196

View file

@ -14,7 +14,7 @@ PKGNAMEPREFIX= mysql${MYSQL_VER}-
MAINTAINER= knu@FreeBSD.org
COMMENT= A message queue that works as a pluggable storage engine of MySQL
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-server:build
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-server:build
RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
USE_GMAKE= yes