svn commit: r489738 - head/net-im/licq-osd
Dirk Meyer
dinoex at FreeBSD.org
Tue Jan 8 20:30:07 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list