diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-11-01 11:55:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-11-01 11:55:54 +0000 |
commit | 7495baf69cf99ddaa53f1727886afe64eb2ead92 (patch) | |
tree | aeed7f2179502148f4abbc56dcdd4ba56ee33ddb | |
parent | 2292f459669a55ef9dc9a5122fae2d837b414d06 (diff) |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 576f91b9d64..e82b04f8995 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.356 2012/11/01 10:38:29 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.357 2012/11/01 11:55:53 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2782,7 +2782,8 @@ to protect port building with systrace. .It Ev USE_X11 Normally, presence of ${X11BASE} is enforced by default for building ports. But there is an experimental way to hook the xenocara build into -.Xr dpb 1 , which requires knowing whether a port requires X11 to already +.Xr dpb 1 , +which requires knowing whether a port requires X11 to already be there. .Pp The infrastructure mostly sets |