From 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 18 Feb 2020 19:50:22 +0100 Subject: FreeBSD: Update for final release R14.0.8. Switch from gmake to ninja for CMake builds. Switch several applications to CMake. Add ports for several applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/dependencies/imlib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'freebsd/dependencies/imlib') diff --git a/freebsd/dependencies/imlib/Makefile b/freebsd/dependencies/imlib/Makefile index 8589a899b..da85f0488 100644 --- a/freebsd/dependencies/imlib/Makefile +++ b/freebsd/dependencies/imlib/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS+= \ libtiff.so:${PORTSDIR}/graphics/tiff \ libgif.so:${PORTSDIR}/graphics/giflib +# Use gmake for automake build +USES= gmake USES+= autoreconf libtool USE_XORG= sm xext x11 GNU_CONFIGURE= yes -- cgit v1.2.1