diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 5a89b3123bb3..9c511cde6fee 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -23,7 +23,6 @@ EXTRACT_ONLY= ircii-pana-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= arved@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms .endif @@ -31,7 +30,7 @@ LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms WRKSRC= ${WRKDIR}/BitchX USE_PERL5= yes USE_REINPLACE= yes -AUTOCONF= ${LOCALBASE}/bin/autoconf +USE_AUTOCONF_VER=253 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= @@ -145,9 +144,6 @@ post-extract: .endif -pre-configure: - cd ${WRKSRC}/${dir}; ${LOCALBASE}/bin/autoconf - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help |