diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-10 01:47:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-10 01:47:25 +0800 |
commit | d2ef93f12bd93f3869d770fd4cb05dd362691c99 (patch) | |
tree | 04e6a7f7e1497d57371eef06998872eade1a6770 /Mk/bsd.autotools.mk | |
parent | a6d5625b70b6300a1c8dca4a45703202bc98fd22 (diff) | |
download | freebsd-ports-graphics-d2ef93f12bd93f3869d770fd4cb05dd362691c99.tar.gz freebsd-ports-graphics-d2ef93f12bd93f3869d770fd4cb05dd362691c99.tar.zst freebsd-ports-graphics-d2ef93f12bd93f3869d770fd4cb05dd362691c99.zip |
Add some documentation for USE_INC_LIBTOOL_VER.
Diffstat (limited to 'Mk/bsd.autotools.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 e5d105c37cc..66ea3ca77bb 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> |