diff options
author | vs <vs@FreeBSD.org> | 2005-03-08 01:31:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-08 01:31:55 +0800 |
commit | 4d44529eefb9fc42ae148bb8da527d4b793353b4 (patch) | |
tree | 222b274aa5c8e5579f5c4a2cc96b3c19994ac8b6 /net-im | |
parent | 2ede1ea38be46fd12e2035f15fada00746fb7e5d (diff) | |
download | freebsd-ports-gnome-4d44529eefb9fc42ae148bb8da527d4b793353b4.tar.gz freebsd-ports-gnome-4d44529eefb9fc42ae148bb8da527d4b793353b4.tar.zst freebsd-ports-gnome-4d44529eefb9fc42ae148bb8da527d4b793353b4.zip |
BROKEN: Incompatible with licq-1.3.0
This is based on licq-1.2.x. Although it will build fine, it won't result
in a usable plugin.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-osd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index cca425c0a778..4aa26607fcf9 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -17,6 +17,8 @@ DISTNAME= licq_osd_plugin-${PORTVERSION} MAINTAINER= nm@web.am COMMENT= OnScreenDisplay messages in licq (like in SIM and more) +BROKEN= "Incompatible with licq-1.3.0" + BUILD_DEPENDS= ${X11BASE}/lib/libxosd.so.4:${PORTSDIR}/misc/xosd \ ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui |