pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bacula Use BUILDLINK_PREFIX.${PYPACKAGE}, not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc40521d630d
branches: trunk
changeset: 554111:cc40521d630d
user: shattered <shattered%pkgsrc.org@localhost>
date: Sun Feb 08 21:38:15 2009 +0000
description:
Use BUILDLINK_PREFIX.${PYPACKAGE}, not LOCALBASE.
OK by wiz@.
diffstat:
sysutils/bacula/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 7eef80de8721 -r cc40521d630d sysutils/bacula/options.mk
--- a/sysutils/bacula/options.mk Sun Feb 08 20:42:04 2009 +0000
+++ b/sysutils/bacula/options.mk Sun Feb 08 21:38:15 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2008/12/07 00:44:40 adam Exp $
+# $NetBSD: options.mk,v 1.15 2009/02/08 21:38:15 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula
PKG_SUPPORTED_OPTIONS= bacula-static ssl python
@@ -27,9 +27,9 @@
.endif
.if !empty(PKG_OPTIONS:Mpython)
-CONFIGURE_ARGS+= --with-python=${LOCALBASE}/${PYINC}
. include "../../lang/python/application.mk"
. include "${PYPKGSRCDIR}/buildlink3.mk"
+CONFIGURE_ARGS+= --with-python=${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYINC}
# we can't use REPLACE_INTERPRETER here because ./configure fills in the
# python path and the replace-interpreter stage happens before that.
SUBST_CLASSES+= python
Home |
Main Index |
Thread Index |
Old Index