diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:47:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:47:25 +0000 |
commit | 7c0294a2c1cf6e3bb4c611cd685eb52344f465ab (patch) | |
tree | e9bac4a1dd14057b07758b0fee0b73bab4b3369b /Mk | |
parent | 9e5632dd661f75b5801706e55659a4da501e49b5 (diff) | |
download | ports-7c0294a2c1cf6e3bb4c611cd685eb52344f465ab.tar.gz ports-7c0294a2c1cf6e3bb4c611cd685eb52344f465ab.zip |
Add some documentation for USE_INC_LIBTOOL_VER.
Notes
Notes:
svn path=/head/; revision=113298
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index e5d105c37cca..66ea3ca77bb5 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -58,6 +58,12 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org # # USE_LIBTOOL_VER=<value> # - Port wishes to use libtool, including the configuration step +# - Port will use the ports version of libtool +# - Implies GNU_CONFIGURE?=yes and WANT_LIBTOOL_VER=<value> +# +# USE_INC_LIBTOOL_VER=<value> +# - Port wishes to use libtool, including the configuration step +# - Port will use its own included version of libtool # - Implies GNU_CONFIGURE?=yes and WANT_LIBTOOL_VER=<value> # # WANT_LIBTOOL_VER=<value> |