summaryrefslogtreecommitdiff
path: root/time/planner
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2007-06-09 08:01:21 +0000
committerjmmv <jmmv@pkgsrc.org>2007-06-09 08:01:21 +0000
commit9c6c6b403fe352bea51966b0d5785c5e94dea220 (patch)
tree5bbe308460fcc72270b6d5cc80920966b170f6b4 /time/planner
parentc8808594053fb06b07dc3e45f8455bb8853c0d56 (diff)
downloadpkgsrc-9c6c6b403fe352bea51966b0d5785c5e94dea220.tar.gz
Disable python support explicitly as configure's "auto" detection is quite
stu^Wbroken. Also add a missing PKGCONFIG_OVERRIDE. Fixes PR pkg/36437.
Diffstat (limited to 'time/planner')
-rw-r--r--time/planner/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/time/planner/Makefile b/time/planner/Makefile
index db4e0df1716..6712fc748b6 100644
--- a/time/planner/Makefile
+++ b/time/planner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/02 16:42:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/09 08:01:21 jmmv Exp $
#
DISTNAME= planner-0.14.2
@@ -16,6 +16,10 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE= libplanner-1.pc.in
+
+CONFIGURE_ARGS+= --enable-python=no
+
GCONF2_SCHEMAS= planner.schemas
.include "../../databases/shared-mime-info/mimedb.mk"