diff options
author | knu <knu@FreeBSD.org> | 2004-03-02 15:31:32 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-03-02 15:31:32 +0800 |
commit | 7ab224f64a59f94343fb7989ee2173327a5d3e93 (patch) | |
tree | 5eb287674dc6d92bb5ee0157dbdc5ea86c0b53a9 /irc | |
parent | 292c9af608cededd0a19979facea5a436239416f (diff) | |
download | freebsd-ports-gnome-7ab224f64a59f94343fb7989ee2173327a5d3e93.tar.gz freebsd-ports-gnome-7ab224f64a59f94343fb7989ee2173327a5d3e93.tar.zst freebsd-ports-gnome-7ab224f64a59f94343fb7989ee2173327a5d3e93.zip |
Fix bento build by adding a dependency to automake.
PR: ports/63348
Submitted by: Brad Davis <so14k@so14k.com>
Diffstat (limited to 'irc')
-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 |