aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-10-18 18:54:23 +0800
committersem <sem@FreeBSD.org>2005-10-18 18:54:23 +0800
commit6f9a9c0890b1ed61bcee86cca424e73c14cef2a8 (patch)
tree19ce65956269f49c79f948dd11fa885673e3580c /databases
parent9c24a6dbec531e3f7b90a2ec4c27212010f90b99 (diff)
downloadfreebsd-ports-gnome-6f9a9c0890b1ed61bcee86cca424e73c14cef2a8.tar.gz
freebsd-ports-gnome-6f9a9c0890b1ed61bcee86cca424e73c14cef2a8.tar.zst
freebsd-ports-gnome-6f9a9c0890b1ed61bcee86cca424e73c14cef2a8.zip
- Fix a case when python was installed with a non-standard PREFIX.
Requested by: kris
Diffstat (limited to 'databases')
-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