Date: Sun, 2 Dec 2018 21:43:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486490 - head/x11/leechcraft Message-ID: <201812022143.wB2LhcRj092111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 2 21:43:38 2018 New Revision: 486490 URL: https://svnweb.freebsd.org/changeset/ports/486490 Log: Fix LIB_DEPENDS Modified: head/x11/leechcraft/Makefile Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Sun Dec 2 21:33:49 2018 (r486489) +++ head/x11/leechcraft/Makefile Sun Dec 2 21:43:38 2018 (r486490) @@ -72,7 +72,7 @@ AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:multimedia/qt libkqoauth.so:security/kqoauth \ libotr.so.5:security/libotr \ libpurple.so:net-im/libpurple \ - libqca.so:devel/qca \ + libqca.so:devel/qca@qt4 \ libqxmpp.so:net-im/qxmpp \ libspeex.so:audio/speex AZOTH_USES= desktop-file-utils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022143.wB2LhcRj092111>