mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
18dd6954f3
- 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)
12 lines
266 B
Plaintext
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)
|
|
|