diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-03-02 07:31:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-03-02 07:31:32 +0000 |
commit | 73c5630d7eaafc670280aae1be45429986e3285a (patch) | |
tree | 5f112b1889df9353976c79fa7f835afba018f4f3 /irc/dancer-services | |
parent | ec09f55d1997e8ca858624b8178bca91659da4e6 (diff) |
Fix bento build by adding a dependency to automake.
PR: ports/63348
Submitted by: Brad Davis <so14k@so14k.com>
Notes
Notes:
svn path=/head/; revision=102700
Diffstat (limited to 'irc/dancer-services')
-rw-r--r-- | irc/dancer-services/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 32acc0179e72..6540636216b7 100644 --- a/irc/dancer-services/Makefile +++ b/irc/dancer-services/Makefile @@ -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 |