diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-25 14:14:45 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-25 14:14:45 +0000 |
commit | a1589e8a4576725c395d0ae073523498e2abc130 (patch) | |
tree | eb0e95a24b6c561dbcdd25bb005d27dd7c42e6a5 /share/man | |
parent | 6758edba935fd8e291f32df7b4478683294afeb8 (diff) |
Remove VMEM_WARNING, reminded by espie@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d87a8557692..43239e816c0 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.387 2013/11/25 13:15:22 juanfra Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.388 2013/11/25 14:14:44 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2896,13 +2896,6 @@ Base location for ports that install stuff outside of .Pa ${LOCALBASE} . Defaults to .Pa /var . -.It Ev VMEM_WARNING -Set to -.Sq Yes -if the port requires a lot of memory to compile, and the user is -likely to see a message like -.Qq virtual memory exhausted -with the default process limits. .It Ev WANTLIB Extra list of library specifications that a package will need. May include system and X11 libraries. |