summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/basket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/basket/Makefile')
-rw-r--r--freebsd/applications/basket/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/freebsd/applications/basket/Makefile b/freebsd/applications/basket/Makefile
index 8f4909c05..922f8fe4e 100644
--- a/freebsd/applications/basket/Makefile
+++ b/freebsd/applications/basket/Makefile
@@ -25,12 +25,13 @@ LIB_DEPENDS+=\
# Build
post-patch: tde-pathfix
-do-configure: tde-autotools-prepare
- ${TDE_AUTOTOOLS_CONFIGURE} \
- --disable-final
+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>