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 /devel/autotools | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) |
Notes
Diffstat (limited to 'devel/autotools')
-rw-r--r-- | devel/autotools/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 8f001e0d8926..6db04f0c469e 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -16,23 +16,16 @@ DISTFILES= # none MAINTAINER= autotools@FreeBSD.org COMMENT= Autotools meta-port -RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool22 +RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ + autoconf-2.68:${PORTSDIR}/devel/autoconf \ + automake-1.4:${PORTSDIR}/devel/automake14 \ + automake-1.11:${PORTSDIR}/devel/automake PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes -AVAIL_AUTOCONF= 2.13 2.68 -AVAIL_AUTOMAKE= 1.4 1.11 - -.for VER in ${AVAIL_AUTOCONF} -RUN_DEPENDS+= autoconf-${VER}:${PORTSDIR}/devel/autoconf${VER:C/\.//} -.endfor - -.for VER in ${AVAIL_AUTOMAKE} -RUN_DEPENDS+= automake-${VER}:${PORTSDIR}/devel/automake${VER:C/\.//} -.endfor - do-install: @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES} |