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
commitbab012a44b782791892fe1f7556f99ff969f74ef (patch)
treeaf1ffd9908dafbdb38c41dfcbea8b3a601b696e3 /databases
parent16be51d7ee568ee95fff42ac9e59f7dda5fe641b (diff)
downloadpkgsrc-bab012a44b782791892fe1f7556f99ff969f74ef.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"