summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-09-10 11:46:31 +0000
committerfrueauf <frueauf>1998-09-10 11:46:31 +0000
commit2bf276e6b9edae2440e57cd00498685f1499e64c (patch)
tree63c426d9fb42472ae9c6ca116b395d2f9622350e /databases
parentf5e85973cf28c8a9f335bfb26e818d429cab7981 (diff)
downloadpkgsrc-2bf276e6b9edae2440e57cd00498685f1499e64c.tar.gz
Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index 90e1d8cc67c..c427d707602 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1998/08/20 15:16:44 tsarna Exp $
+# $NetBSD: Makefile,v 1.17 1998/09/10 11:46:31 frueauf Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
DISTNAME= postgresql-6.3.2
@@ -14,6 +14,8 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80
DEPENDS+= addnerd-1.5:../../sysutils/addnerd
DEPENDS+= bison-1.25:../../devel/bison
+NOT_FOR_ARCHS= m68k
+
NO_PACKAGE= "Requires pgsql uid"
WRKSRC= ${WRKDIR}/${DISTNAME}/src