diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 19:54:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 19:54:30 +0000 |
commit | f8a50ff376e2e30407ecfe9729b4033258021a26 (patch) | |
tree | 52375a293a996732e19752a2cecf75331c61d7db /databases | |
parent | Mark BROKEN on 4.X. (diff) |
- Get back quotes in BROKEN. I was confused with IGNORE.
Requested by: kris
Notes
Notes:
svn path=/head/; revision=148805
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-administrator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile index 99fee6b22cb8..5b7686184aa0 100644 --- a/databases/mysql-administrator/Makefile +++ b/databases/mysql-administrator/Makefile @@ -53,7 +53,7 @@ MAIN_DIR= ${WRKSRC}/mysql-administrator .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= can not build on 4.x +BROKEN= "can not build on 4.x" .endif ONLY_FOR_ARCHS= i386 amd64 |