diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-30 00:39:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-30 01:08:50 +0200 |
commit | de6bf490da76e05a644b8c0aeb4dc5f89722bd0f (patch) | |
tree | f71c9cdc0f5f114563f541ae44743b2e2101f55c /freebsd/applications/gwenview/Makefile | |
parent | 1b9c227b484e7c9be18be2ab748e52c107928cfa (diff) | |
download | tde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.tar.gz tde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.zip |
FreeBSD: Update for final release R14.0.10.r14.0.10
Adjusted to new 'core' folder for main packages.
Switch several applications to CMake.
Add ports for several applications.
Updated for FreeBSD 13 release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/gwenview/Makefile')
-rw-r--r-- | freebsd/applications/gwenview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/applications/gwenview/Makefile b/freebsd/applications/gwenview/Makefile index cf6bb7860..84f97f973 100644 --- a/freebsd/applications/gwenview/Makefile +++ b/freebsd/applications/gwenview/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= TDE/applications # Use gmake for automake build USES= gmake -BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \ ${TDE_PREFIX}/lib/libkipi.so:${PORTSDIR}/x11/trinity/libraries/libkipi LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface |