make/project.xml

changeset 1528
6a687a7caed8
parent 1526
047f8a19f7fa
--- a/make/project.xml	Sun Nov 30 14:10:56 2025 +0100
+++ b/make/project.xml	Sun Nov 30 14:33:19 2025 +0100
@@ -19,12 +19,12 @@
         <var name="COPYALL">/bin/cp -f -R</var>
         <var name="SYMLINK">/bin/ln -s</var>
     </config>
-    <config platform="bsd">
+    <config platform="freebsd">
         <var name="pkgconfigdir" option-help="location of the *.pc files">
             ${exec_prefix}/libdata/pkgconfig
         </var>
     </config>
-    <config not="bsd">
+    <config not="freebsd">
         <var name="pkgconfigdir" option-help="location of the *.pc files">
             ${libdir}/pkgconfig
         </var>

mercurial