diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:01:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:01:39 +0800 |
commit | 519d93efba6bfaf4e1c9dc3f691b2ab20a50016e (patch) | |
tree | fa9d517fc2c2cec732dd809c3935b109863bbf46 /databases/mysql322-server | |
parent | cf89be18f818c6924cd9042c881404ddb195a8b2 (diff) | |
download | freebsd-ports-gnome-519d93efba6bfaf4e1c9dc3f691b2ab20a50016e.tar.gz freebsd-ports-gnome-519d93efba6bfaf4e1c9dc3f691b2ab20a50016e.tar.zst freebsd-ports-gnome-519d93efba6bfaf4e1c9dc3f691b2ab20a50016e.zip |
This doesn't build on the alpha yet, but should with a little work.
Diffstat (limited to 'databases/mysql322-server')
-rw-r--r-- | databases/mysql322-server/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile index eb2df2ff3742..de1ad60c5845 100644 --- a/databases/mysql322-server/Makefile +++ b/databases/mysql322-server/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.53 1999/06/05 22:28:27 mharo Exp $ +# $Id: Makefile,v 1.54 1999/06/08 10:11:02 dirk Exp $ # DISTNAME= mysql-3.22.23b @@ -16,6 +16,10 @@ MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/My MAINTAINER= dirk@FreeBSD.ORG +.if ${MACHINE_ARCH} == "alpha" +BROKEN= doesn\'t build on the alpha yet +.endif + Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance MAN1= mysql.1 |