diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
commit | 70b553e5129d9e59ca05048a9fee1af1d442311f (patch) | |
tree | 3310e381bea8ad1402bd438c7348400bcb76a66b /mail/qmail-mysql | |
parent | e0e72501367000f88aed7526756db60bf23087f3 (diff) | |
download | freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.gz freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.zst freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.zip |
- Add NO_STAGE until validated to be safe for upcoming staging support
Diffstat (limited to 'mail/qmail-mysql')
-rw-r--r-- | mail/qmail-mysql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index ea731e0a5f5f..10a0a7343db4 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -16,6 +16,7 @@ MYSQL_PATCH_VERSION= 1.1.15 SLAVE_MYSQL= yes USE_MYSQL= yes +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../qmail DESCR= ${.CURDIR}/pkg-descr |