diff options
author | wulf <wulf> | 2000-12-27 00:18:09 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-12-27 00:18:09 +0000 |
commit | 9bc5052c463f9b1ec1b4ca2742a8f3cf2c678991 (patch) | |
tree | 7e0dfccfe6f4c4bed85e625bb1e6be00deb29e69 /databases | |
parent | af48e04b822b8eec592776aa19cbdabd033f0e77 (diff) | |
download | pkgsrc-9bc5052c463f9b1ec1b4ca2742a8f3cf2c678991.tar.gz |
Excluded build on Alpha and Mips platforms due missing PostgreSQL support
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kpsql/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile index 83b36ed6af5..30626c0b65e 100644 --- a/databases/kpsql/Makefile +++ b/databases/kpsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 14:17:39 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/27 00:18:09 wulf Exp $ # DISTNAME= kpsql-1.0 @@ -12,6 +12,11 @@ HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html DEPENDS+= kdebase>=1.1:../../x11/kdebase DEPENDS+= postgresql>=6.4:../../databases/postgresql +# +# PostgreSQL is currently not supported by all platforms +# +NOT_FOR_PLATFORM= *-*-alpha *-*-mips + USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes |