diff options
Diffstat (limited to 'freebsd/libraries/libkexiv2/Makefile')
-rw-r--r-- | freebsd/libraries/libkexiv2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/freebsd/libraries/libkexiv2/Makefile b/freebsd/libraries/libkexiv2/Makefile index 0a4a82a4f..0253a9914 100644 --- a/freebsd/libraries/libkexiv2/Makefile +++ b/freebsd/libraries/libkexiv2/Makefile @@ -24,11 +24,13 @@ LIB_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> |