diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
commit | 88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch) | |
tree | 5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /security/snort | |
parent | ed0a8c97dcce69a3059c73b945c19d7b0d7dc366 (diff) |
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Notes
Notes:
svn path=/head/; revision=37401
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 25d3443c1609..d152d983f688 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -24,7 +24,7 @@ LDFLAGS+= "-L${LOCALBASE}/lib" .endif .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+=--with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libraries=${LOCALBASE}/lib/mysql .endif |