From 1f8f925ffcffe5a7467f8526d88c6ee468365b5d Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jun 1999 17:16:42 +0000 Subject: This one doesn't build on the Alpha yet, but should soon. --- databases/postgresql-devel/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'databases/postgresql-devel') diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index b37629d..24f17b9 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier # -# $Id: Makefile,v 1.39 1999/06/05 19:55:19 mharo Exp $ +# $Id: Makefile,v 1.40 1999/06/18 21:27:38 billf Exp $ # DISTNAME= postgresql-6.4.2 @@ -17,6 +17,10 @@ MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ MAINTAINER= andreas@FreeBSD.ORG +.if ${MACHINE_ARCH} == "alpha" +BROKEN= doesn\'t build on the alpha yet +.endif + Y2K= http://www.postgresql.org/y2k.html # if you want to use the tcl/tk frontend pgaccess, then you need to build -- cgit v1.1