diff options
author | frueauf <frueauf> | 1999-01-17 00:59:37 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-17 00:59:37 +0000 |
commit | 732874f0a6773e2038688f60746aa308658a9a03 (patch) | |
tree | 55d375c3337c49e40bb43609844f045537c4f297 | |
parent | 4d6732cbce02b801d81d47f37ed194ba2e6619fc (diff) | |
download | pkgsrc-732874f0a6773e2038688f60746aa308658a9a03.tar.gz |
Whoops, I wanted to adjust the comment.
-rw-r--r-- | databases/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index d07a11aec71..9790efb8f35 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/01/17 00:52:08 frueauf Exp $ +# $NetBSD: Makefile,v 1.26 1999/01/17 00:59:37 frueauf Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.4.2 @@ -19,7 +19,7 @@ DEPENDS+= bison-1.25:../../devel/bison CONFLICTS= postgresql-6.3.2 # Needs ELF clue, mips has no TAS implementation -NOT_FOR_ARCHS= alpha mips # Needs ELF clue, mips has no TAS implementation +NOT_FOR_ARCHS= alpha mips NO_PACKAGE= "Requires pgsql uid" |