aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2012-05-22 23:23:28 +0800
committerdecke <decke@FreeBSD.org>2012-05-22 23:23:28 +0800
commit7688a3e48008bcc65acc500c7ca42a6ea814a0ce (patch)
tree9e542d8f1de1b517c5ba76e3a2a85abad8a797f6 /databases
parentb59e9ea336b0c5493515e4a62149cf9a66a3070f (diff)
downloadfreebsd-ports-gnome-7688a3e48008bcc65acc500c7ca42a6ea814a0ce.tar.gz
freebsd-ports-gnome-7688a3e48008bcc65acc500c7ca42a6ea814a0ce.tar.zst
freebsd-ports-gnome-7688a3e48008bcc65acc500c7ca42a6ea814a0ce.zip
- Fix to not require internet access during building
Submitted by: myself Approved by: Akinori MUSHA <knu@FreeBSD.org> (maintainer) Reported by: pointyhat-west
Diffstat (limited to 'databases')
-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