diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:16:42 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:16:42 +0800 |
commit | 1f8f925ffcffe5a7467f8526d88c6ee468365b5d (patch) | |
tree | a63eb62aa323dc9758612f74e4892fb2228ac0fc /databases/postgresql73 | |
parent | 1e6838ae6b6a98a518acae72264950893595acfa (diff) | |
download | freebsd-ports-gnome-1f8f925ffcffe5a7467f8526d88c6ee468365b5d.tar.gz freebsd-ports-gnome-1f8f925ffcffe5a7467f8526d88c6ee468365b5d.tar.zst freebsd-ports-gnome-1f8f925ffcffe5a7467f8526d88c6ee468365b5d.zip |
This one doesn't build on the Alpha yet, but should soon.
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index b37629dfec0a..24f17b99fd4c 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $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 |