diff options
author | ache <ache@FreeBSD.org> | 2004-06-14 07:44:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-14 07:44:51 +0000 |
commit | 1d38d829e291cefb5fe79240b7d9ea9c3632e65c (patch) | |
tree | f86f6d25af300f38583393e0d3b31c491a8fc990 /www/mnogosearch | |
parent | d798d7e24f189fe3a361f5e4f6e6ff50d81d37cd (diff) | |
download | FreeBSD-ports-1d38d829e291cefb5fe79240b7d9ea9c3632e65c.zip FreeBSD-ports-1d38d829e291cefb5fe79240b7d9ea9c3632e65c.tar.gz |
Issue missing DB specs error at pre-configure stage, allowing all previous.
Diffstat (limited to 'www/mnogosearch')
-rw-r--r-- | www/mnogosearch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 2ccf406..b5734b0 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -76,9 +76,9 @@ CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_ARGS+= --with-built-in .else -pre-fetch: +pre-configure: @${ECHO} - @${ECHO} "One of databases should be choosed." + @${ECHO} "One of the databases should be choosed." @exit 1 .endif |