Date: Tue, 8 Jan 2019 20:30:06 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489738 - head/net-im/licq-osd Message-ID: <201901082030.x08KU6dr006845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Tue Jan 8 20:30:06 2019 New Revision: 489738 URL: https://svnweb.freebsd.org/changeset/ports/489738 Log: - fix BUILD_DEPENDS Modified: head/net-im/licq-osd/Makefile Modified: head/net-im/licq-osd/Makefile ============================================================================== --- head/net-im/licq-osd/Makefile Tue Jan 8 20:29:34 2019 (r489737) +++ head/net-im/licq-osd/Makefile Tue Jan 8 20:30:06 2019 (r489738) @@ -11,9 +11,11 @@ PKGNAMEPREFIX= licq- MAINTAINER= dinoex@FreeBSD.org COMMENT= OnScreenDisplay messages in licq +BUILD_DEPENDS= licq:${LICQ_PORT} LIB_DEPENDS= libxosd.so:misc/xosd \ libboost_regex.so:devel/boost-libs -RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${LICQ_PORT}-qt-gui +RUN_DEPENDS= licq:${LICQ_PORT} \ + ${LOCALBASE}/lib/licq/licq_qt-gui.so:${LICQ_PORT}-qt-gui USES= cmake gettext-tools iconv USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901082030.x08KU6dr006845>