diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-23 08:06:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-23 08:06:18 +0000 |
commit | c7e44f952a6da7fe23a691290917236b5ea5b391 (patch) | |
tree | 974fbbce8b1e2e2e898820ed189e94a2544ea67b /databases/hk_classes | |
parent | eb70d76541099588b5f204c078c9d282cf85f507 (diff) | |
download | ports-c7e44f952a6da7fe23a691290917236b5ea5b391.tar.gz ports-c7e44f952a6da7fe23a691290917236b5ea5b391.zip |
Notes
Diffstat (limited to 'databases/hk_classes')
-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 |