diff options
author | Slávek Banko <[email protected]> | 2020-02-18 19:50:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-27 23:22:25 +0200 |
commit | 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb (patch) | |
tree | c4821fd4feebc8bb562fd5b3bda7ec3556fb1a69 /freebsd/tdeaccessibility/Makefile | |
parent | 37c9371d70f9aeffc435b896e88bf20b490cfd55 (diff) | |
download | tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.tar.gz tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.zip |
FreeBSD: Update for final release R14.0.8.r14.0.8
Switch from gmake to ninja for CMake builds.
Switch several applications to CMake.
Add ports for several applications.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/tdeaccessibility/Makefile')
-rw-r--r-- | freebsd/tdeaccessibility/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/tdeaccessibility/Makefile b/freebsd/tdeaccessibility/Makefile index 16bd67c77..bef63a445 100644 --- a/freebsd/tdeaccessibility/Makefile +++ b/freebsd/tdeaccessibility/Makefile @@ -14,6 +14,9 @@ CATEGORIES= x11 accessibility DIST_SUBDIR= TDE +# Use gmake for automake build +USES= gmake + BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/tdelibs \ ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ ${TDE_PREFIX}/lib/libartsmodules.so:${PORTSDIR}/x11/trinity/tdemultimedia \ |