diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-06 10:12:09 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-06 10:12:09 +0000 |
commit | 313dbeaf318d0b35d10043f68d135ede418a74ea (patch) | |
tree | adbc0cd8d44cd9ffeb14e7f15a3ec1788db8c67d /share/man | |
parent | d128ced771872b73bd67555b1df24067da06a196 (diff) |
- tweak for recent gnome.port.mk changes
ok jasper@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 9af384ed15b..58a99870276 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.33 2008/11/18 08:01:14 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.34 2009/04/06 10:12:08 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: November 18 2008 $ +.Dd $Mdocdate: April 6 2009 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -442,8 +442,8 @@ MODINTLTOOL_OVERRIDE to them. .It www/plone .It www/zope .It x11/gnome -Sets DESKTOP_FILES, EXTRACT_SUFX, MODGNOME_HELP_FILES, MODGNOME_RUN_DEPENDS, -and USE_GMAKE. +Sets DESKTOP_FILES, EXTRACT_SUFX, MODGNOME_HELP_FILES, MODGNOME_BUILD_DEPENDS, +MODGNOME_RUN_DEPENDS, and USE_GMAKE. EXTRACT_SUFX defaults to .tar.bz2. Also affects CATEGORIES. If DESKTOP_FILES=Yes, a dependency on @@ -452,7 +452,9 @@ is appended to MODGNOME_RUN_DEPENDS. If MODGNOME_HELP_FILES=Yes, then .Pa x11/gnome/yelp -is appended to MODGNOME_RUN_DEPENDS. +is appended to MODGNOME_RUN_DEPENDS and +.Pa x11/gnome/doc-utils +is appended to MODGNOME_BUILD_DEPENDS. This option is to be used when .xml GNOME help files are installed into .Pa share/gnome/help/ . Unless NO_BUILD=Yes, USE_LIBTOOL is set to Yes and |