diff options
author | Andrey Korolyov <andrey@xdel.ru> | 2020-03-30 03:27:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-27 23:05:21 +0200 |
commit | 37c9371d70f9aeffc435b896e88bf20b490cfd55 (patch) | |
tree | 2573042e6ac9c1c78bd0eabf290072eb3578633f | |
parent | 7d88f8fd7c2cb81a16e9bc99f93d512ba7bd8009 (diff) | |
download | tde-packaging-37c9371d70f9aeffc435b896e88bf20b490cfd55.tar.gz tde-packaging-37c9371d70f9aeffc435b896e88bf20b490cfd55.zip |
FreeBSD: Add dependency on libXcomposite for tdelibs
Signed-off-by: Andrey Korolyov <andrey@xdel.ru>
-rw-r--r-- | freebsd/tdelibs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/tdelibs/Makefile b/freebsd/tdelibs/Makefile index 7ad96d40a..551fa2347 100644 --- a/freebsd/tdelibs/Makefile +++ b/freebsd/tdelibs/Makefile @@ -40,6 +40,7 @@ LIB_DEPENDS+=\ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libaspell.so:${PORTSDIR}/textproc/aspell \ libxslt.so:${PORTSDIR}/textproc/libxslt \ + libXcomposite.so:${PORTSDIR}/x11/libXcomposite \ RUN_DEPENDS:\ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ |