summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2000-12-27 00:18:09 +0000
committerwulf <wulf@pkgsrc.org>2000-12-27 00:18:09 +0000
commit35aade5dc74328e05951b7bc98c1c657efa950c9 (patch)
tree7e0dfccfe6f4c4bed85e625bb1e6be00deb29e69 /databases
parentbabb032f635254798d5cc736a0fb8c5657293203 (diff)
downloadpkgsrc-35aade5dc74328e05951b7bc98c1c657efa950c9.tar.gz
Excluded build on Alpha and Mips platforms due missing PostgreSQL support
Diffstat (limited to 'databases')
-rw-r--r--databases/kpsql/Makefile7
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