diff options
Diffstat (limited to 'databases/hk_classes/Makefile')
-rw-r--r-- | databases/hk_classes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index 1b397602d93b..aafa31d26a7f 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -29,9 +29,9 @@ CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S/python//} LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-python-libdir=${PYTHON_LIBDIR} \ --with-python-incdir=${PYTHON_INCLUDEDIR} \ - --with-fontconfig-incdir=${X11BASE}/include/fontconfig \ - --with-fontconfig-libdir=${X11BASE}/lib -INSTALLS_SHLIB= yes + --with-fontconfig-incdir=${LOCALBASE}/include/fontconfig \ + --with-fontconfig-libdir=${LOCALBASE}/lib +USE_LDCONFIG= yes LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/ INSTALLS_EGGINFO= yes |