diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 16:06:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 16:06:18 +0800 |
commit | 6b7ea5730c2b91509db78409e6f8ff7a081e01de (patch) | |
tree | ac825b6da709a63f8287e9f10b2037417ff1ee14 /databases | |
parent | 7cafa4f43b88853972bd8d09ee33e53dfaed8ed7 (diff) | |
download | freebsd-ports-gnome-6b7ea5730c2b91509db78409e6f8ff7a081e01de.tar.gz freebsd-ports-gnome-6b7ea5730c2b91509db78409e6f8ff7a081e01de.tar.zst freebsd-ports-gnome-6b7ea5730c2b91509db78409e6f8ff7a081e01de.zip |
- Fix build after xorg cleanup
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 |