Fix bento build by adding a dependency to automake.

PR:		ports/63348
Submitted by:	Brad Davis <so14k@so14k.com>
This commit is contained in:
Akinori MUSHA 2004-03-02 07:31:32 +00:00
parent ec09f55d19
commit 73c5630d7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102700

View File

@ -15,11 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knu@FreeBSD.org
COMMENT= The IRC services (nickserv, chanserv, etc.) for dancer-ircd
BROKEN= "Configure fails"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2004-04-21
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:${PORTSDIR}/devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:${PORTSDIR}/devel/autoconf \
${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake
USE_REINPLACE= yes
USE_GMAKE= yes