diff options
author | dinoex <dinoex@FreeBSD.org> | 2019-01-09 04:30:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2019-01-09 04:30:06 +0800 |
commit | 494e9e5464c567703a8c649a944e2bd0088ae9ff (patch) | |
tree | c0081fbbadfbb6455e1a069afb881ff1c26dfa5f /net-im | |
parent | 858435cc5820babcc3ab66bfc321191d7b3333e5 (diff) | |
download | freebsd-ports-gnome-494e9e5464c567703a8c649a944e2bd0088ae9ff.tar.gz freebsd-ports-gnome-494e9e5464c567703a8c649a944e2bd0088ae9ff.tar.zst freebsd-ports-gnome-494e9e5464c567703a8c649a944e2bd0088ae9ff.zip |
- fix BUILD_DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-osd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index ad64623b6d3c..ef14211bb6af 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -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 |