Created attachment 197661 [details] kyua-0.13_4,3.patch
Comment on attachment 197661 [details] kyua-0.13_4,3.patch This appears to be an untested change which no longer installs any of the docs and examples... -LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 +LIB_DEPENDS= liblutok.so:devel/lutok libsqlite3.so:databases/sqlite3 This should be changed to USES=sqlite if anything. +DOCS_VARS= MAKE_FLAGS+=doc_DATA= +EXAMPLES_VARS= MAKE_FLAGS+=dist_examples_DATA= This is *not* the same as -.if ! ${PORT_OPTIONS:MDOCS} -MAKE_FLAGS+= doc_DATA= -.endif -.if ! ${PORT_OPTIONS:MEXAMPLES} -MAKE_FLAGS+= dist_examples_DATA= -.endif
Created attachment 199601 [details] kyua-0.13_4,3.patch I fixed it. :-) I had made a mistake last time.