diff options
Diffstat (limited to 'freebsd/libraries/libkipi/Makefile')
-rw-r--r-- | freebsd/libraries/libkipi/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/freebsd/libraries/libkipi/Makefile b/freebsd/libraries/libkipi/Makefile index 09daaacb0..70b0e2748 100644 --- a/freebsd/libraries/libkipi/Makefile +++ b/freebsd/libraries/libkipi/Makefile @@ -24,11 +24,13 @@ BUILD_DEPENDS+=\ # 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> |