diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-17 00:52:08 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-17 00:52:08 +0000 |
commit | 82c048856a66b33ebebe7a3668336cb42f84263b (patch) | |
tree | cc49d535ad2138cac7a4e269e5b9916620e5dde1 /databases | |
parent | 456845aff11042b2d2f57966413316d0e2c55a0b (diff) | |
download | pkgsrc-82c048856a66b33ebebe7a3668336cb42f84263b.tar.gz |
Add mips to NOT_FOR_ARCHS list. There is no TAS implementation.
Someone with mips assemply knowledge needed :)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 2870fe4341e..d07a11aec71 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/01/09 20:49:26 kleink Exp $ +# $NetBSD: Makefile,v 1.25 1999/01/17 00:52:08 frueauf Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.4.2 @@ -18,7 +18,8 @@ DEPENDS+= bison-1.25:../../devel/bison CONFLICTS= postgresql-6.3.2 -NOT_FOR_ARCHS= alpha # Needs ELF clue +# Needs ELF clue, mips has no TAS implementation +NOT_FOR_ARCHS= alpha mips # Needs ELF clue, mips has no TAS implementation NO_PACKAGE= "Requires pgsql uid" |