diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-11-09 16:10:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-11-09 16:10:33 +0800 |
commit | 994025355633864af22b117a8d08efffca6d0337 (patch) | |
tree | 0f47978a8983afc3f6759c7a6503d741277e2bb8 /net-im | |
parent | 2e8a4ecf15a3962754f7a3e45b7ff2c905bf21c5 (diff) | |
download | freebsd-ports-graphics-994025355633864af22b117a8d08efffca6d0337.tar.gz freebsd-ports-graphics-994025355633864af22b117a8d08efffca6d0337.tar.zst freebsd-ports-graphics-994025355633864af22b117a8d08efffca6d0337.zip |
- add boost as direct dependency
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 7b82f44114e..4608b6630be 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -13,6 +13,8 @@ PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Qt plugin for licq +LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost + CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= net-im/licq |