Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 20:40:21 GMT
From:      Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76920: dspam w/neural networking doesn't recognize mysql as being selected
Message-ID:  <200501312040.j0VKeLdF021671@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76920; it has been noted by GNATS.

From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To: freebsd-gnats-submit@FreeBSD.org, veldy@veldy.net
Cc:  
Subject: Re: ports/76920: dspam w/neural networking doesn't recognize mysql
 as being selected
Date: Mon, 31 Jan 2005 22:36:28 +0200

 --- Makefile.old        Mon Jan 31 22:35:45 2005
 +++ Makefile    Mon Jan 31 22:36:01 2005
 @@ -482,7 +482,7 @@
         @${ECHO_CMD} "You can use one and only one database back-end at once."
         @${FALSE}
  .endif
 -.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL))
 +.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL))
         @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking."
         @${FALSE}
  .endif
 
 
 -- 
 IOnut
 Unregistered ;) FreeBSD "user"
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501312040.j0VKeLdF021671>