diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-17 00:59:37 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-17 00:59:37 +0000 |
commit | 594367f926cbfc1ad7bd100eee6e2e9279a4ecf1 (patch) | |
tree | 55d375c3337c49e40bb43609844f045537c4f297 /databases | |
parent | 259cb9f5ca8ee7b94fb382ed14a9fb88de93df16 (diff) | |
download | pkgsrc-594367f926cbfc1ad7bd100eee6e2e9279a4ecf1.tar.gz |
Whoops, I wanted to adjust the comment.
Diffstat (limited to 'databases')
-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" |