diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-18 06:46:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-18 06:46:09 +0000 |
commit | d137900fd1a283a55c1caf246fde2dbbfbb31948 (patch) | |
tree | 61b01677bdd6fa5a4f06a197a1d223693c44bb03 /databases | |
parent | e9a323cab7701a3b0d7facecac388664b3460097 (diff) |
Notes
Diffstat (limited to 'databases')
-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 75d4f7107f57..9631c9f3df78 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_ICONV= yes USE_PYTHON= yes +USE_GNOME= pkgconfig CXXFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= LIBPYTHON="-l${PYTHON_VERSION} ${PTHREAD_LIBS}" \ LDFLAGS="${PTHREAD_LIBS} -largp -L${LOCALBASE}/lib" |