diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
commit | f296ccd76efda75c4f27b7a944d7cf31112701ba (patch) | |
tree | 59f88de7359fa5dcf0c2e48f927c7b2e18acf288 /Mk/bsd.autotools.mk | |
parent | - remove redundant ' --> ' in MASTER_SITE_FEDORA_LINUX (diff) |
Remove trailing spaces.
Notes
Notes:
svn path=/head/; revision=125940
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 1915bc6b07d2..3a0b45909193 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -13,7 +13,7 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org #--------------------------------------------------------------------------- # Entry points into the autotools system #--------------------------------------------------------------------------- -# +# # USE_AUTOMAKE_VER=<value> # - Port wishes to use automake, including the configuration step # - Implies GNU_CONFIGURE?=yes and WANT_AUTOMAKE_VER=<value> @@ -259,7 +259,7 @@ WANT_LIBTOOL_VER?= ${USE_INC_LIBTOOL_VER} LIBTOOL_SUFFIX= ${WANT_LIBTOOL_VER} # Make sure we specified a legal version of libtool -# +# . if !exists(${PORTSDIR}/devel/libtool${LIBTOOL_SUFFIX}/Makefile) BROKEN= "Unknown LIBTOOL version: ${WANT_LIBTOOL_VER}" . endif @@ -285,7 +285,7 @@ LIBTOOL_DEPENDS= ${LIBTOOL}:${PORTSDIR}/devel/libtool${LIBTOOL_SUFFIX} BUILD_DEPENDS+= ${LIBTOOL_DEPENDS} . if defined(WANT_LIBTOOL_RUN) RUN_DEPENDS+= ${LIBTOOL_DEPENDS} -. endif +. endif LIBTOOLFLAGS?= --disable-ltlibs # XXX: probably not useful . if defined(USE_AUTOCONF_VER) |