aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-08-07 10:58:59 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-08-07 10:58:59 +0000
commitcc3e134f81443f79290c1a8694d3c1d26cdd218d (patch)
treeef7846352f9922e1cb162291eead682d10a45a41 /Mk/bsd.autotools.mk
parentc7e5571fb107b2cc99c8f2fc1e094f3365c006dc (diff)
downloadports-cc3e134f81443f79290c1a8694d3c1d26cdd218d.tar.gz
ports-cc3e134f81443f79290c1a8694d3c1d26cdd218d.zip
Revert previous, bogus commit. Sorry!
Notes
Notes: svn path=/head/; revision=258865
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk6
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