pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ikiwiki Skip Python interpreter check if not build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d930ff8627b5
branches: trunk
changeset: 391912:d930ff8627b5
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Apr 22 02:33:06 2009 +0000
description:
Skip Python interpreter check if not building with the python option.
Bring in xapian-omega if building with the ikiwiki-search option.
Ride recent update.
diffstat:
www/ikiwiki/options.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r f21f8ef88907 -r d930ff8627b5 www/ikiwiki/options.mk
--- a/www/ikiwiki/options.mk Wed Apr 22 00:35:32 2009 +0000
+++ b/www/ikiwiki/options.mk Wed Apr 22 02:33:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/04/21 16:34:43 schmonz Exp $
+# $NetBSD: options.mk,v 1.2 2009/04/22 02:33:06 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki
PKG_SUPPORTED_OPTIONS= ikiwiki-amazon-s3 ikiwiki-search
@@ -10,6 +10,7 @@
.if !empty(PKG_OPTIONS:Mikiwiki-search)
DEPENDS+= p5-Search-Xapian-[0-9]*:../../textproc/p5-Search-Xapian
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+DEPENDS+= xapian-omega-[0-9]*:../../textproc/xapian-omega
.endif
.if !empty(PKG_OPTIONS:Mikiwiki-amazon-s3)
@@ -25,6 +26,8 @@
REPLACE_PYTHON+=plugins/proxy.py plugins/rst
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
.include "../../lang/python/application.mk"
+.else
+CHECK_INTERPRETER_SKIP+= lib/ikiwiki/plugins/*
.endif
.if !empty(PKG_OPTIONS:Msvn)
Home |
Main Index |
Thread Index |
Old Index