diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
commit | fb0914231a111380c160eb4d9cf99067ca0bb8bc (patch) | |
tree | f7d25ec58327acc0cce2fe6a457b13efb70c2e49 /shells | |
parent | 906c2a352ce03e35cd59eaa2aa95754721b7cbf4 (diff) | |
download | ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.tar.gz ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bush/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bush/Makefile b/shells/bush/Makefile index e52cd1c953e6..46b60fab619b 100644 --- a/shells/bush/Makefile +++ b/shells/bush/Makefile @@ -30,7 +30,7 @@ MAKE_ENV= ADACFLAGS="${ADACFLAGS}" MAKEFILE= GNUmakefile USE_SDL= sdl image USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |