diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /Mk | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) |
Notes
Diffstat (limited to '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 |