mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e7ae0125df
- Split documentations and l10ns to separate ports - Split kipi-plugins-kde4 port Approved by: portmgr (miwi)
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
--- ./CMakeLists.txt.orig 2013-03-11 08:24:22.000000000 +0000
|
|
+++ ./CMakeLists.txt 2013-03-27 12:48:34.236663211 +0000
|
|
@@ -94,9 +94,9 @@
|
|
|
|
SUBDIRS(libkgeomap)
|
|
SUBDIRS(test)
|
|
-#SUBDIRS(calibrator)
|
|
+SUBDIRS(calibrator)
|
|
IF(KEXIV2_FOUND)
|
|
-# SUBDIRS(demo)
|
|
+ SUBDIRS(demo)
|
|
MESSAGE(STATUS "kexiv2 found, the demo application will be compiled.")
|
|
ELSE(KEXIV2_FOUND)
|
|
MESSAGE(STATUS "kexiv2 NOT found, the demo application will NOT be compiled.")
|