diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-01-05 09:43:26 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-01-05 09:43:26 +0000 |
commit | f8567e47c1bada705ef4144da1aad6b120ff336d (patch) | |
tree | 948b8ab40037cfc1d4aeb017fed51939f47012fa | |
parent | c3319ccbef2a235ac703b838a45f93ebff9a0e78 (diff) |
Gnome > GNOME
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 501e286b2e9..3b9416e097d 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.359 2012/11/28 07:16:09 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.360 2013/01/05 09:43:25 ajacoutot Exp $ .\" .\" Copyright (c) 2000-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 28 2012 $ +.Dd $Mdocdate: January 5 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1056,14 +1056,14 @@ However, the extra rule is needed to take build cycles into account. For instance, the .Pa devel/dconf,-editor -subpackage depends on most of Gnome, which in turn requires +subpackage depends on most of GNOME, which in turn requires .Pa devel/dconf,-main to build. So .Pa devel/dconf has .Li PSEUDO_FLAVORS = no_editor bootstrap -and the Gnome build first builds +and the GNOME build first builds .Pa devel/dconf,no_editor,bootstrap,-main which is later used to rebuild .Pa devel/dconf . |