summaryrefslogtreecommitdiff
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-18 10:54:23 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-18 10:54:23 +0000
commit7b05a84990d0d241c272d9037dc46e474c10e22a (patch)
treed1be102cf0903b020cba4b20acef40bd0e0c52ac /databases/hk_classes
parentUpdate to version 2.15. (diff)
- Fix a case when python was installed with a non-standard PREFIX.
Requested by: kris
Notes
Notes: svn path=/head/; revision=145740
Diffstat (limited to 'databases/hk_classes')
-rw-r--r--databases/hk_classes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 9631c9f3df78..9c28bc20c023 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -24,6 +24,7 @@ CXXFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= LIBPYTHON="-l${PYTHON_VERSION} ${PTHREAD_LIBS}" \
LDFLAGS="${PTHREAD_LIBS} -largp -L${LOCALBASE}/lib"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+=--with-pythondir=${PYTHONBASE}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 15