diff options
Diffstat (limited to 'freebsd/applications/gwenview-i18n/Makefile')
-rw-r--r-- | freebsd/applications/gwenview-i18n/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/freebsd/applications/gwenview-i18n/Makefile b/freebsd/applications/gwenview-i18n/Makefile index a186ad33d..7f789cd75 100644 --- a/freebsd/applications/gwenview-i18n/Makefile +++ b/freebsd/applications/gwenview-i18n/Makefile @@ -21,11 +21,12 @@ 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" -do-build: tde-autotools-build +do-build: tde-cmake-build -do-install: tde-autotools-install +do-install: tde-cmake-install .include <bsd.port.mk> |