diff options
author | 2009-10-21 16:13:34 +0000 | |
---|---|---|
committer | 2009-10-21 16:13:34 +0000 | |
commit | 5ae212ce1f51d9538e8a020e85a573e309c7c95f (patch) | |
tree | 7d56cedca3c0d33877d8e2415590d9d92862dfa5 | |
parent | nat -> match...nat-to in example PF rule. ok mpf@ (diff) | |
download | wireguard-openbsd-5ae212ce1f51d9538e8a020e85a573e309c7c95f.tar.xz wireguard-openbsd-5ae212ce1f51d9538e8a020e85a573e309c7c95f.zip |
Tweak after recent gnome MODULE changes.
-rw-r--r-- | share/man/man5/port-modules.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f0a34dc082b..6d88127c780 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.45 2009/10/15 18:14:34 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.46 2009/10/21 16:13:34 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: October 15 2009 $ +.Dd $Mdocdate: October 21 2009 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -465,9 +465,12 @@ MODINTLTOOL_OVERRIDE to them. .It www/zope .It x11/gnome Sets DESKTOP_FILES, EXTRACT_SUFX, MODGNOME_HELP_FILES, MODGNOME_BUILD_DEPENDS, -MODGNOME_RUN_DEPENDS, and USE_GMAKE. +MODGNOME_RUN_DEPENDS and USE_GMAKE. EXTRACT_SUFX defaults to .tar.bz2. Also affects CATEGORIES. +If CONFIGURE_STYLE is set to either gnu or autoconf +--disable-silent-rules and --disable-shave +is appended to CONFIGURE_ARGS. If DESKTOP_FILES=Yes, a dependency on .Pa devel/desktop-file-utils is appended |