Index: book.xml =================================================================== --- book.xml (revision 41134) +++ book.xml (working copy) @@ -3864,12 +3864,6 @@ - USE_BISON - The port uses bison for - building. - - - USE_CDRTOOLS The port requires cdrecord either from Index: uses.xml =================================================================== --- uses.xml (revision 41134) +++ uses.xml (working copy) @@ -17,6 +17,23 @@ --> + bison + none, "build", "run", "both" + Implies that the port uses bison in one way or another. By default + with no arguments or with "build" arguments it implies bison as a build + only dependency, "run" implies a runtime dependency and "both" implies + both a runtime and buildtime dependency. + + + + fuse + none + Implies the port will depend on the fuse library and handle the + the dependency on the kernel module depending on the version of &os; + + + + pathfix none Look for the Makefile.in and @@ -24,3 +41,4 @@ sources and fix common paths to make sure they respect the &os; hierarchy. +