diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-18 10:54:23 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-18 10:54:23 +0000 |
commit | 7b05a84990d0d241c272d9037dc46e474c10e22a (patch) | |
tree | d1be102cf0903b020cba4b20acef40bd0e0c52ac /databases/hk_classes | |
parent | 8a8d9bb747265278e4190e8ef12be12f6f97cfac (diff) | |
download | ports-7b05a84990d0d241c272d9037dc46e474c10e22a.tar.gz ports-7b05a84990d0d241c272d9037dc46e474c10e22a.zip |
Notes
Diffstat (limited to 'databases/hk_classes')
-rw-r--r-- | databases/hk_classes/Makefile | 1 |
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 |