summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/filelight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/filelight/Makefile')
-rw-r--r--freebsd/applications/filelight/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/freebsd/applications/filelight/Makefile b/freebsd/applications/filelight/Makefile
index f979e01b2..206f7e635 100644
--- a/freebsd/applications/filelight/Makefile
+++ b/freebsd/applications/filelight/Makefile
@@ -21,11 +21,13 @@ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
# Build
post-patch: tde-pathfix
-do-configure: tde-autotools-prepare
- ${TDE_AUTOTOOLS_CONFIGURE}
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
-do-build: tde-autotools-build
+do-build: tde-cmake-build
-do-install: tde-autotools-install
+do-install: tde-cmake-install
.include <bsd.port.mk>