diff options
author | wulf <wulf> | 2001-03-10 12:14:07 +0000 |
---|---|---|
committer | wulf <wulf> | 2001-03-10 12:14:07 +0000 |
commit | 287777d9c03e75eb13f9eab83b52762bdf65a99b (patch) | |
tree | 29100f5032e022a1794dfe2c9e0b0e566b3586b5 /databases/kpsql | |
parent | 2851eec1b8cc74ab81b5b245c6de7eb574fa4057 (diff) | |
download | pkgsrc-287777d9c03e75eb13f9eab83b52762bdf65a99b.tar.gz |
Enabled support for alpha platforms
Diffstat (limited to 'databases/kpsql')
-rw-r--r-- | databases/kpsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile index e251c0cd5bb..38934ec7dad 100644 --- a/databases/kpsql/Makefile +++ b/databases/kpsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:17:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/10 12:14:07 wulf Exp $ # DISTNAME= kpsql-1.0 @@ -16,7 +16,7 @@ DEPENDS+= postgresql>=6.4:../../databases/postgresql # # PostgreSQL is currently not supported by all platforms # -NOT_FOR_PLATFORM= *-*-alpha *-*-mips +NOT_FOR_PLATFORM= *-*-mips USE_X11BASE= yes USE_GMAKE= yes |