svn commit: r486490 - head/x11/leechcraft

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 21:43:39 UTC 2018


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 at qt4 \
 			libqxmpp.so:net-im/qxmpp \
 			libspeex.so:audio/speex
 AZOTH_USES=		desktop-file-utils


More information about the svn-ports-head mailing list