diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-06-08 16:48:42 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-06-08 16:48:42 +0000 |
commit | e00c2b84902baff37fa1e935a827db24ade2abe1 (patch) | |
tree | 2a9b025b6dae97bd51e990147aec4d5e0ae56398 | |
parent | 4acd273ae8fc561d9d5e81eb674197e34a331692 (diff) |
Document new behaviour of the gconf2 MODULE.
ok kili@
cvs: ----------------------------------------------------------------------
-rw-r--r-- | share/man/man5/port-modules.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index ef5e06f7335..65b2db4d6fb 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.41 2009/06/07 07:20:46 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.42 2009/06/08 16:48:41 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 7 2009 $ +.Dd $Mdocdate: June 8 2009 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -345,8 +345,9 @@ and CPAN_REPORT_FROM to a valid email address to automate the reporting of regress tests to CPAN. .It devel/cmake .It devel/gconf2 -Sets CONFIGURE_ARGS and according to the value of MODGCONF2_LIBDEP: -LIB_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS. +Sets CONFIGURE_ARGS and BUILD_DEPENDS. +According to the values of MODGCONF2_LIBDEP and MODGCONF2_RUNDEP, sets +LIB_DEPENDS or RUN_DEPENDS. User settings: set MODGCONF2_SCHEMAS_DIR to the directory name under ${LOCALBASE}/share/schemas/ where schemas files will be installed. .It devel/gettext |