diff options
author | wulf <wulf@pkgsrc.org> | 2001-03-10 12:14:07 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-03-10 12:14:07 +0000 |
commit | 4f52c9cd183559b2e213540d9334182f8d61334d (patch) | |
tree | 29100f5032e022a1794dfe2c9e0b0e566b3586b5 | |
parent | 3ba18bfa97ff61189d3ce533f6e715738227d32f (diff) | |
download | pkgsrc-4f52c9cd183559b2e213540d9334182f8d61334d.tar.gz |
Enabled support for alpha platforms
-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 |