diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-05-13 14:40:30 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-05-13 14:40:30 +0000 |
commit | 0a9f2f3699271c6b83e8b866e30926dec883c2e9 (patch) | |
tree | 4ae66c5baf06d7a63b84873bd28b63d38ffba816 /share/man | |
parent | ed79ef5e5e54236b2cde828337d1acf93d02f442 (diff) |
Talk about USE_LIBTOOL=gnu; ok giovanni@ landry@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e6a279df878..d125958bd24 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.278 2011/04/10 17:57:16 jasper Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.279 2011/05/13 14:40:29 sthen 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: April 10 2011 $ +.Dd $Mdocdate: May 13 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2023,7 +2023,10 @@ to format manpages behind the scene using groff while building packages. Set to .Sq Yes if libtool is required for correct behavior of this port. -Adds correct dependencies, and passes LIBTOOL environment variable to +Set to +.Sq gnu +if the ports tree libtool is insufficient and GNU libtool is required. +Adds dependencies if necessary, and passes LIBTOOL environment variable to scripts invocations. .It Ev USE_SYSTRACE User settings. |