diff options
author | asami <asami@FreeBSD.org> | 1998-10-08 09:20:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-08 09:20:26 +0800 |
commit | 7900e588bf4ed4645985968b0c56a96e0f76c734 (patch) | |
tree | 0d09db926dc9d7e1a0b98289b5a6a91107f78ecc /databases/mysql41-client | |
parent | 0f8e69c06703f6d837618637f907c5ca574d7096 (diff) | |
download | freebsd-ports-gnome-7900e588bf4ed4645985968b0c56a96e0f76c734.tar.gz freebsd-ports-gnome-7900e588bf4ed4645985968b0c56a96e0f76c734.tar.zst freebsd-ports-gnome-7900e588bf4ed4645985968b0c56a96e0f76c734.zip |
Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflict
with mysql321. (sigh)
Diffstat (limited to 'databases/mysql41-client')
-rw-r--r-- | databases/mysql41-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index e96793f0b815..3fcfd1cd04f6 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.27 1998/09/15 21:31:31 asami Exp $ +# $Id: Makefile,v 1.28 1998/10/01 11:29:51 jseger Exp $ # DISTNAME= mysql-3.22.6-alpha @@ -17,6 +17,7 @@ MAINTAINER= ibex@physik.TU-Berlin.DE BROKEN_ELF= build +MANUAL_PACKAGE_BUILD= incompatible with mysql321 NO_LATEST_LINK= yes MAN1= mysql.1 |