aboutsummaryrefslogtreecommitdiff
path: root/ports/libmagic
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libmagic')
-rw-r--r--ports/libmagic/CONTROL5
-rw-r--r--ports/libmagic/portfile.cmake1
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/libmagic/CONTROL b/ports/libmagic/CONTROL
index 07fce2a68..750b65139 100644
--- a/ports/libmagic/CONTROL
+++ b/ports/libmagic/CONTROL
@@ -1,4 +1,5 @@
Source: libmagic
-Version: 5.37-1
+Version: 5.37
+Port-Version: 2
Homepage: https://github.com/file/file
-Description: This library can be used to classify files according to magic number tests. \ No newline at end of file
+Description: This library can be used to classify files according to magic number tests.
diff --git a/ports/libmagic/portfile.cmake b/ports/libmagic/portfile.cmake
index 65fe8d8ab..363fa148f 100644
--- a/ports/libmagic/portfile.cmake
+++ b/ports/libmagic/portfile.cmake
@@ -7,6 +7,7 @@ vcpkg_from_github(
)
vcpkg_configure_make(
+ AUTOCONFIG
SOURCE_PATH ${SOURCE_PATH}
)
vcpkg_install_make()