aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-q4m
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2012-05-22 15:23:28 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2012-05-22 15:23:28 +0000
commitc039bae4e3d5836dcdb7fff062d3eb615c64b031 (patch)
tree96f37a91044424bfda609ccddedf2bde0123ffe6 /databases/mysql-q4m
parentca696295bf87c8b682a0943a39661f3609b3ec3f (diff)
downloadports-c039bae4e3d5836dcdb7fff062d3eb615c64b031.tar.gz
ports-c039bae4e3d5836dcdb7fff062d3eb615c64b031.zip
- Fix to not require internet access during building
Submitted by: myself Approved by: Akinori MUSHA <knu@FreeBSD.org> (maintainer) Reported by: pointyhat-west
Notes
Notes: svn path=/head/; revision=297196
Diffstat (limited to 'databases/mysql-q4m')
-rw-r--r--databases/mysql-q4m/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile
index 35e314d3ee91..6b2b60ad2104 100644
--- a/databases/mysql-q4m/Makefile
+++ b/databases/mysql-q4m/Makefile
@@ -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