diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-10-23 14:43:00 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-10-23 14:43:00 +0000 |
commit | 9e7660310b2476206b02bc88d04f843cdd89ac98 (patch) | |
tree | 2816fcabbf106f90a4a2f5ae2110a327556aaf5d | |
parent | 33ade557ff02a27358b0846ac75935809b9a3e4f (diff) |
Tweak after recent gnome MODULE change.
-rw-r--r-- | share/man/man5/port-modules.5 | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 885cac2df11..080eb015e4f 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.70 2010/10/18 13:28:08 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.71 2010/10/23 14:42:59 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 18 2010 $ +.Dd $Mdocdate: October 23 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -545,17 +545,17 @@ It appends to RUN_DEPENDS and also sets NO_REGRESS to Yes. .It www/zope .It x11/gnome -Sets DESKTOP_FILES, EXTRACT_SUFX, MODGNOME_HELP_FILES, MODGNOME_BUILD_DEPENDS, +If both GNOME_PROJECT and GNOME_VERSION are set, this module defines +DISTNAME, VERSION, MASTER_SITES, EXTRACT_SUFX and adds x11/gnome to +CATEGORIES. +Sets DESKTOP_FILES, MODGNOME_HELP_FILES, MODGNOME_BUILD_DEPENDS, MODGNOME_RUN_DEPENDS, USE_GMAKE and USE_X11. -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. +are appended to CONFIGURE_ARGS. If DESKTOP_FILES=Yes, a dependency on .Pa devel/desktop-file-utils -is appended -to MODGNOME_RUN_DEPENDS. +is appended to MODGNOME_RUN_DEPENDS. If MODGNOME_HELP_FILES=Yes, then .Pa x11/gnome/yelp is appended to MODGNOME_RUN_DEPENDS and @@ -567,8 +567,6 @@ Unless NO_BUILD=Yes, USE_LIBTOOL is set to Yes and .Pa textproc/intltool is appended to MODULES. .Pp -MASTER_SITES and DISTNAME are built using GNOME_PROJECT and -GNOME_VERSION. .It x11/gnustep .It x11/kde .It x11/qt3 |