diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-22 23:02:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-22 23:02:41 +0000 |
commit | 55ebc22659f35fa5544878487fff6d3634115290 (patch) | |
tree | 6513099bac3ab8df5e71c8808cf2eb9a6868131a /Mk/bsd.port.mk | |
parent | 4e83b5a2be9f3ae25a63e6aa51a83faf5a129d66 (diff) | |
download | ports-55ebc22659f35fa5544878487fff6d3634115290.tar.gz ports-55ebc22659f35fa5544878487fff6d3634115290.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 748933bee926..d764f346361a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1493,7 +1493,7 @@ MYSQL_VER= ${DEFAULT_MYSQL_VER} .if defined(BROKEN_WITH_MYSQL) . for VER in ${BROKEN_WITH_MYSQL} . if (${MYSQL_VER} == "${VER}") -IGNORE= "Doesn't work with MySQL version : ${MYSQL_VER} (Doesn't support MySQL ${BROKEN_WITH_MYSQL})" +IGNORE= Doesn't work with MySQL version : ${MYSQL_VER} (Doesn't support MySQL ${BROKEN_WITH_MYSQL}) . endif . endfor .endif # BROKEN_WITH_MYSQL |