diff options
author | sem <sem@FreeBSD.org> | 2005-07-18 14:46:09 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-18 14:46:09 +0800 |
commit | 2c83cc8ae6b439d1b0d3e4cf31a5fc21fcfbef13 (patch) | |
tree | 2e211703815c74f8390760d76715a73d5c3a8423 /databases/hk_classes | |
parent | 796b882b191c27844bb0f444bec67b9a35ce10df (diff) | |
download | freebsd-ports-graphics-2c83cc8ae6b439d1b0d3e4cf31a5fc21fcfbef13.tar.gz freebsd-ports-graphics-2c83cc8ae6b439d1b0d3e4cf31a5fc21fcfbef13.tar.zst freebsd-ports-graphics-2c83cc8ae6b439d1b0d3e4cf31a5fc21fcfbef13.zip |
- Add missed pkg-config dependency
Reminded by: kris via pointyhat
Diffstat (limited to 'databases/hk_classes')
-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 75d4f7107f5..9631c9f3df7 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" |