diff options
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index a04fa48c618f..9ef67dde25d3 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -140,7 +140,7 @@ GNU_CONFIGURE= yes .if defined(_AUTOTOOL_automake) AUTOMAKE_VERSION= 1.11 AUTOMAKE_APIVER= 1.11.1 -AUTOMAKE_PORT= devel/automake111 +AUTOMAKE_PORT= devel/automake . if ${_AUTOTOOL_automake} == "yes" _AUTOTOOL_rule_automake= yes @@ -199,7 +199,7 @@ GNU_CONFIGURE?= yes .if defined(_AUTOTOOL_autoconf) AUTOCONF_VERSION= 2.68 -AUTOCONF_PORT= devel/autoconf268 +AUTOCONF_PORT= devel/autoconf . if ${_AUTOTOOL_autoconf} == "yes" _AUTOTOOL_rule_autoconf= yes @@ -253,7 +253,7 @@ BUILD_DEPENDS+= ${AUTOCONF_DEPENDS} #--------------------------------------------------------------------------- .if defined(_AUTOTOOL_libltdl) -LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl22 +LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl .endif #--------------------------------------------------------------------------- @@ -262,7 +262,7 @@ LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl22 .if defined(_AUTOTOOL_libtool) || defined(_AUTOTOOL_libtoolize) LIBTOOL_VERSION= 2.2.10 -LIBTOOL_PORT= devel/libtool22 +LIBTOOL_PORT= devel/libtool . if defined(_AUTOTOOL_libtool) && ${_AUTOTOOL_libtool} == "yes" _AUTOTOOL_rule_libtool= yes |