1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt
Martin Wilke 18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00

12 lines
266 B
Plaintext

--- CMakeLists.txt.orgi 2008-05-21 13:40:34.000000000 +0200
+++ CMakeLists.txt 2008-05-21 13:41:09.000000000 +0200
@@ -1,6 +1,8 @@
PROJECT (gtk-qt-engine)
INCLUDE (UsePkgConfig)
+cmake_minimum_required(VERSION 2.4.8)
+
# Find KDE
FIND_PACKAGE(KDE3 REQUIRED)