summaryrefslogtreecommitdiff
path: root/www/clearsilver/Makefile
diff options
context:
space:
mode:
authorepg <epg>2004-03-22 20:07:48 +0000
committerepg <epg>2004-03-22 20:07:48 +0000
commit8255f12a8a3516c10fba9997aecfe173aa516763 (patch)
tree68f4028a10ff3fa2dd0bc4ee68442ed854d44b7d /www/clearsilver/Makefile
parent8a23f1911b2226a77d763c106d69088baa1ac1e4 (diff)
downloadpkgsrc-8255f12a8a3516c10fba9997aecfe173aa516763.tar.gz
Fix some problems people have been seeing in bulk builds:
* Disable apache, perl, ruby, java, and C# bindings. * Don't pass -Wall to cc.
Diffstat (limited to 'www/clearsilver/Makefile')
-rw-r--r--www/clearsilver/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index 9add78526e9..a206733850a 100644
--- a/www/clearsilver/Makefile
+++ b/www/clearsilver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/18 11:23:36 recht Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/22 20:07:48 epg Exp $
DISTNAME= clearsilver-0.9.7
CATEGORIES= www
@@ -12,7 +12,10 @@ GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
+# All these really ought to be supported as separate packages...
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --disable-apache --disable-perl --disable-ruby
+CONFIGURE_ARGS+= --disable-java --disable-csharp
PY_PATCHPLIST= YES
PYBINMODULE= YES