diff options
author | shattered <shattered@pkgsrc.org> | 2009-02-08 21:38:15 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-02-08 21:38:15 +0000 |
commit | 4153112f5a9e743ae83863e560cf7262758df54f (patch) | |
tree | e864084dfcede9672116a1ffbdf9eafbc84cbb74 /sysutils | |
parent | b70e5016b14870778e72c81243ea15c110bf1a37 (diff) | |
download | pkgsrc-4153112f5a9e743ae83863e560cf7262758df54f.tar.gz |
Use BUILDLINK_PREFIX.${PYPACKAGE}, not LOCALBASE.
OK by wiz@.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/options.mk b/sysutils/bacula/options.mk index 50e5198536f..fc94eed79ce 100644 --- a/sysutils/bacula/options.mk +++ b/sysutils/bacula/options.mk @@ -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 @@ BACULA_DB= mysql .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 |