summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-03-02 07:31:32 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-03-02 07:31:32 +0000
commit73c5630d7eaafc670280aae1be45429986e3285a (patch)
tree5f112b1889df9353976c79fa7f835afba018f4f3 /irc
parentUpdate to 0.3.9 and unbreak. (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')
-rw-r--r--irc/dancer-services/Makefile7
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