diff options
author | gerald <gerald@FreeBSD.org> | 2010-08-07 18:58:59 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-08-07 18:58:59 +0800 |
commit | f49ed6c6d98337ddb334d9a2546357163c0a8b05 (patch) | |
tree | 6457454e1eafab8024a01aa45e573b2553897023 /Mk | |
parent | 782e018dde5c52a2f6dbcfe5b0daa809cc763899 (diff) | |
download | freebsd-ports-gnome-f49ed6c6d98337ddb334d9a2546357163c0a8b05.tar.gz freebsd-ports-gnome-f49ed6c6d98337ddb334d9a2546357163c0a8b05.tar.zst freebsd-ports-gnome-f49ed6c6d98337ddb334d9a2546357163c0a8b05.zip |
Revert previous, bogus commit. Sorry!
Diffstat (limited to '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 |