summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoragc <agc>1998-11-12 16:24:39 +0000
committeragc <agc>1998-11-12 16:24:39 +0000
commit02e3d57375268cc5066100552681646bf0936861 (patch)
treeaf1ffd9908dafbdb38c41dfcbea8b3a601b696e3 /databases
parent92da9a5ade8cc1576bbd2128ad65375e90075a06 (diff)
downloadpkgsrc-02e3d57375268cc5066100552681646bf0936861.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/Makefile7
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"