diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-11-16 15:18:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-11-16 15:18:45 +0800 |
commit | 1f2b8b90c6a9f43e80ce706a68a7007d5ccd7b08 (patch) | |
tree | 85c497f4b3940f35c84ee72d5fe8176c051ba4b8 /net-im/licq-osd | |
parent | abdfd011d2db47c040632c8de9a6116f9a174f4b (diff) | |
download | freebsd-ports-graphics-1f2b8b90c6a9f43e80ce706a68a7007d5ccd7b08.tar.gz freebsd-ports-graphics-1f2b8b90c6a9f43e80ce706a68a7007d5ccd7b08.tar.zst freebsd-ports-graphics-1f2b8b90c6a9f43e80ce706a68a7007d5ccd7b08.zip |
- add boost as direct dependency
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 9968d2bf153..5fa240897e6 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -15,7 +15,8 @@ CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= OnScreenDisplay messages in licq -LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd +LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \ + boost_regex.4:${PORTSDIR}/devel/boost RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-qt-gui # run dependency may be too strict, delete it if you use another # plugin (gtk+) and wish run osd with it. i've not tested with |