diff options
author | agc <agc@pkgsrc.org> | 1998-11-12 16:24:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-12 16:24:39 +0000 |
commit | 09de9bf9890659557a225c4fcc502ba6a1279bd5 (patch) | |
tree | af1ffd9908dafbdb38c41dfcbea8b3a601b696e3 /databases | |
parent | 59fadd3829888827393d06f1f4b953861682a68a (diff) | |
download | pkgsrc-09de9bf9890659557a225c4fcc502ba6a1279bd5.tar.gz |
Group the NOT_FOR_ARCHS definitions together, for consistency, and make
the second definition "+=", rather than "=".
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 0d7146de25a..5c17ea40f2b 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/09/22 06:11:35 garbled Exp $ +# $NetBSD: Makefile,v 1.19 1998/11/12 16:24:39 agc Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.3.2 @@ -6,8 +6,6 @@ CATEGORIES= databases MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ -NOT_FOR_ARCHS= alpha # Needs ELF clue - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ @@ -16,7 +14,8 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80 DEPENDS+= addnerd-1.5:../../sysutils/addnerd DEPENDS+= bison-1.25:../../devel/bison -NOT_FOR_ARCHS= m68k +NOT_FOR_ARCHS= alpha # Needs ELF clue +NOT_FOR_ARCHS+= m68k NO_PACKAGE= "Requires pgsql uid" |