aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugin-htmlexport
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-05-18 20:27:36 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-05-18 20:27:36 +0000
commite13e0ac9784627a2cf2be5fb2ab682aa671725a3 (patch)
tree21b900e1c3f4f7112ec20b08fcc134b3205e9af9 /graphics/kipi-plugin-htmlexport
parente10f76f0e72070653f3a4488151f087f3249f160 (diff)
downloadports-e13e0ac9784627a2cf2be5fb2ab682aa671725a3.tar.gz
ports-e13e0ac9784627a2cf2be5fb2ab682aa671725a3.zip
Notes
Diffstat (limited to 'graphics/kipi-plugin-htmlexport')
-rw-r--r--graphics/kipi-plugin-htmlexport/files/patch-CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/kipi-plugin-htmlexport/files/patch-CMakeLists.txt b/graphics/kipi-plugin-htmlexport/files/patch-CMakeLists.txt
deleted file mode 100644
index b95bc02ec5d8..000000000000
--- a/graphics/kipi-plugin-htmlexport/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000
-+++ ./CMakeLists.txt 2013-04-05 00:55:39.175660960 +0000
-@@ -468,7 +468,7 @@
- # Currently the cmake module distributed w/ cmake uses a different variable
- # name LIBXLST_EXSLT_LIBRARIES for libxeslt than the cmake modeule
- # distributed w/ kdelibs LIBEXSLT_LIBRARIES.
-- if (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
-+ if (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBXSLT_LIBRARIES)
- set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES})
- endif (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
- IF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)