diff options
Diffstat (limited to 'freebsd/libraries/libkdcraw/Makefile')
-rw-r--r-- | freebsd/libraries/libkdcraw/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/freebsd/libraries/libkdcraw/Makefile b/freebsd/libraries/libkdcraw/Makefile index 124e9e337..a22638ff9 100644 --- a/freebsd/libraries/libkdcraw/Makefile +++ b/freebsd/libraries/libkdcraw/Makefile @@ -14,9 +14,6 @@ CATEGORIES= graphics devel DIST_SUBDIR= TDE/libraries -# Use gmake for automake build -USES= gmake - BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface @@ -28,11 +25,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> |