diff options
author | shattered <shattered> | 2009-02-08 21:38:15 +0000 |
---|---|---|
committer | shattered <shattered> | 2009-02-08 21:38:15 +0000 |
commit | 12b5e1241871d6f1bb3507f6a4dd2021792c1308 (patch) | |
tree | e864084dfcede9672116a1ffbdf9eafbc84cbb74 /sysutils/bacula | |
parent | 52e9b488bfe95cbbced86873b6c1089a8a4fd102 (diff) | |
download | pkgsrc-12b5e1241871d6f1bb3507f6a4dd2021792c1308.tar.gz |
Use BUILDLINK_PREFIX.${PYPACKAGE}, not LOCALBASE.
OK by wiz@.
Diffstat (limited to 'sysutils/bacula')
-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 |