diff options
author | shattered <shattered> | 2009-02-08 21:38:15 +0000 |
---|---|---|
committer | shattered <shattered> | 2009-02-08 21:38:15 +0000 |
commit | 9d0f52b0e966f4e7aa32acb5ac6b7b87515724a5 (patch) | |
tree | e864084dfcede9672116a1ffbdf9eafbc84cbb74 /sysutils/bacula | |
parent | 7347bd0246d15fd69552822d249d2c82b43e2d39 (diff) | |
download | pkgsrc-9d0f52b0e966f4e7aa32acb5ac6b7b87515724a5.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 |