diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-07 10:58:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-07 10:58:59 +0000 |
commit | cc3e134f81443f79290c1a8694d3c1d26cdd218d (patch) | |
tree | ef7846352f9922e1cb162291eead682d10a45a41 /Mk/bsd.autotools.mk | |
parent | c7e5571fb107b2cc99c8f2fc1e094f3365c006dc (diff) | |
download | ports-cc3e134f81443f79290c1a8694d3c1d26cdd218d.tar.gz ports-cc3e134f81443f79290c1a8694d3c1d26cdd218d.zip |
Notes
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 2c67fa3f720f..20daa8684f83 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -105,7 +105,7 @@ AUTOMAKE_SUFFIX= ${AUTOMAKE_VERSION:C/([0-9])(.*)/\1.\2/} # Make sure we specified a legal version of automake # . if !exists(${PORTSDIR}/devel/automake${AUTOMAKE_VERSION}/Makefile) -#IGNORE+= cannot install: unknown AUTOMAKE version: ${AUTOMAKE_VERSION} +IGNORE+= cannot install: unknown AUTOMAKE version: ${AUTOMAKE_VERSION} . endif # Set up the automake environment @@ -151,7 +151,7 @@ AUTOCONF_SUFFIX= ${AUTOCONF_VERSION:C/([0-9])(.*)/\1.\2/} # Make sure we specified a legal version of autoconf # . if !exists(${PORTSDIR}/devel/autoconf${AUTOCONF_VERSION}/Makefile) -#IGNORE+= cannot install: unknown AUTOCONF version: ${AUTOCONF_VERSION} +IGNORE+= cannot install: unknown AUTOCONF version: ${AUTOCONF_VERSION} . endif # Set up the autoconf/autoheader environment @@ -198,7 +198,7 @@ LIBTOOL_VERSION= ${AUTOTOOL_libtool_env} # Make sure we specified a legal version of libtool # . if !exists(${PORTSDIR}/devel/libtool${LIBTOOL_VERSION}/Makefile) -#IGNORE+= cannot install: unknown LIBTOOL version: ${LIBTOOL_VERSION} +IGNORE+= cannot install: unknown LIBTOOL version: ${LIBTOOL_VERSION} . endif # Set up the libtool environment |