aboutsummaryrefslogtreecommitdiff
path: root/ports/libxmlpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libxmlpp')
-rw-r--r--ports/libxmlpp/CMakeLists.txt4
-rw-r--r--ports/libxmlpp/CONTROL3
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/libxmlpp/CMakeLists.txt b/ports/libxmlpp/CMakeLists.txt
index bbaae7cda..0ff2f23fe 100644
--- a/ports/libxmlpp/CMakeLists.txt
+++ b/ports/libxmlpp/CMakeLists.txt
@@ -21,8 +21,8 @@ if(APPLE)
find_library(LIBINTL_LIBRARY NAMES intl)
endif()
-find_package(unofficial-iconv REQUIRED)
-link_libraries(${LIBINTL_LIBRARY} unofficial::iconv::libiconv)
+find_package(Iconv REQUIRED)
+link_libraries(${LIBINTL_LIBRARY} Iconv::Iconv)
if(APPLE)
find_library(COREFOUNDATION_LIBRARY CoreFoundation)
diff --git a/ports/libxmlpp/CONTROL b/ports/libxmlpp/CONTROL
index 247704f9f..b737bde3c 100644
--- a/ports/libxmlpp/CONTROL
+++ b/ports/libxmlpp/CONTROL
@@ -1,4 +1,5 @@
Source: libxmlpp
-Version: 2.40.1-5
+Version: 2.40.1
+Port-Version: 6
Description: a C++ wrapper for the libxml XML parser library.
Build-Depends: libxml2, glibmm