diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 14:35:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-19 14:35:05 +0000 |
commit | c8a248eb606cd5a5fec18746f77245c57c160146 (patch) | |
tree | 945c5cdf2362cf3d49f3ad0229159de1fd951470 /databases | |
parent | - update to 4.0 (diff) |
- Remove apostrophe from BROKEN macro. make(1) on 4.x dislikes it.
PR: ports/89008
Submitted by: Andreas Schulz
Notes
Notes:
svn path=/head/; revision=148786
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 0d3f050fc312..99fee6b22cb8 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't build on 4.x +BROKEN= can not build on 4.x .endif ONLY_FOR_ARCHS= i386 amd64 |