diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hk_classes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index aafa31d26a7f..fb9746beea55 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -31,8 +31,7 @@ CONFIGURE_ARGS+=--with-python-libdir=${PYTHON_LIBDIR} \ --with-python-incdir=${PYTHON_INCLUDEDIR} \ --with-fontconfig-incdir=${LOCALBASE}/include/fontconfig \ --with-fontconfig-libdir=${LOCALBASE}/lib -USE_LDCONFIG= yes -LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/ +USE_LDCONFIG= ${PREFIX}/lib/hk_classes/ INSTALLS_EGGINFO= yes PYDISTUTILS_PKGVERSION= 1.1 |