diff options
author | arved <arved@FreeBSD.org> | 2002-11-18 23:51:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-18 23:51:08 +0800 |
commit | b70fb7d2df59577e45a490722346a992aae9edde (patch) | |
tree | 2dc1e9ff56d057ae182eb5539c22379877423ec7 /irc/bitchx | |
parent | 2f304b1889e1c518014b3680fcb829a9e059d318 (diff) | |
download | freebsd-ports-gnome-b70fb7d2df59577e45a490722346a992aae9edde.tar.gz freebsd-ports-gnome-b70fb7d2df59577e45a490722346a992aae9edde.tar.zst freebsd-ports-gnome-b70fb7d2df59577e45a490722346a992aae9edde.zip |
Remove USE_AUTOCONF from default build, because it is only need for WITH_IPV6
This will fix the default build until kris and alane decided,
what to do with the backed out autoconf patch.
PR: ports/45359
Reported by: Dean Hollister <dean@odyssey.apana.org.au>
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 9c511cde6fee..c502e932d336 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -30,7 +30,9 @@ LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms WRKSRC= ${WRKDIR}/BitchX USE_PERL5= yes USE_REINPLACE= yes +.if defined(WITH_IPV6) USE_AUTOCONF_VER=253 +.endif GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= |