summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-08-27 14:35:04 +0000
committertron <tron>2001-08-27 14:35:04 +0000
commite9a15cf60cb0df818817d9787d8349256ab361f3 (patch)
tree7c17d7303ac7c9f39a4bf93764bc326af20f142a
parent3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff)
downloadpkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz
Use wildcard dependence on "autoconf" package.
-rw-r--r--audio/csound/Makefile4
-rw-r--r--audio/libao/Makefile4
-rw-r--r--audio/libvorbis/Makefile4
-rw-r--r--audio/rplay/Makefile4
-rw-r--r--chat/kicq/Makefile4
-rw-r--r--chat/kyahoo/Makefile5
-rw-r--r--comms/jpilot/Makefile4
-rw-r--r--cross/armv2-netbsd/Makefile4
-rw-r--r--cross/i386-linux/Makefile4
-rw-r--r--cross/mipsEEel-netbsd/Makefile6
-rw-r--r--databases/kmysqladmin/Makefile4
-rw-r--r--devel/cdk/Makefile4
-rw-r--r--devel/kdbg/Makefile4
-rw-r--r--emulators/twin/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/quake6/Makefile4
-rw-r--r--games/xpuyopuyo/Makefile4
-rw-r--r--games/xracer/Makefile4
-rw-r--r--graphics/Mesa-glx/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/libggi/Makefile4
-rw-r--r--lang/squeak/Makefile4
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/mutt-devel/Makefile4
-rw-r--r--mail/xfmail/Makefile5
-rw-r--r--math/R/Makefile4
-rw-r--r--math/pspp/Makefile4
-rw-r--r--mbone/vat/Makefile4
-rw-r--r--mbone/vic/Makefile4
-rw-r--r--misc/gnome-utils/Makefile4
-rw-r--r--net/ORBit/Makefile4
-rw-r--r--net/irrd/Makefile5
-rw-r--r--net/trafshow/Makefile6
-rw-r--r--net/ucd-snmp/Makefile6
-rw-r--r--net/zebra/Makefile4
-rw-r--r--security/pakemon/Makefile4
-rw-r--r--security/srp_client/Makefile5
-rw-r--r--security/stunnel/Makefile5
-rw-r--r--sysutils/apcupsd/Makefile5
-rw-r--r--sysutils/koncd/Makefile4
-rw-r--r--sysutils/ups-nut-cgi/Makefile5
-rw-r--r--sysutils/ups-nut/Makefile4
-rw-r--r--textproc/eperl/Makefile5
-rw-r--r--textproc/kdoc/Makefile5
-rw-r--r--wm/afterstep/Makefile4
-rw-r--r--www/arena/Makefile8
-rw-r--r--www/bluefish/Makefile7
-rw-r--r--www/galeon/Makefile4
-rw-r--r--www/libwww/Makefile14
49 files changed, 105 insertions, 123 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 27fd14e6a13..03f31a1f56f 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/29 18:39:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/27 14:35:05 tron Exp $
#
DISTNAME= unofficial-csound-4.12.0.1b-linux.src
@@ -10,7 +10,7 @@ MAINTAINER= collver@softhome.net
HOMEPAGE= http://www.csound.org
COMMENT= software synthesizer and sequencer
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
LICENSE= csound-license
NO_SRC_ON_CDROM= "no for-fee-redistribution"
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 1db329e4905..e407d3b1d0e 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:05 tron Exp $
DISTNAME= libao-0.8.0
CATEGORIES= devel
@@ -8,7 +8,7 @@ MAINTAINER= lukem@netbsd.org
COMMENT= cross-platform audio library
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
PLIST_SUBST+= VERSION="${DISTNAME}"
USE_BUILDLINK_ONLY= yes
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 637778ddbd1..0f8981ead9b 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:05 tron Exp $
DISTNAME= libvorbis-1.0rc2
PKGNAME= libvorbis-1.0.0.6
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
USE_BUILDLINK_ONLY= YES
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
GNU_CONFIGURE= YES
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index d44fa8c2510..87664fbff79 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/06/30 09:32:48 zuntum Exp $
+# $NetBSD: Makefile,v 1.29 2001/08/27 14:35:04 tron Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://rplay.doit.org/
COMMENT= Network audio player
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= # defined
diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile
index 3d2526f64f7..81df13805a1 100644
--- a/chat/kicq/Makefile
+++ b/chat/kicq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:21 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:05 tron Exp $
DISTNAME= kicq-1.0.0
CATEGORIES= chat kde
@@ -8,7 +8,7 @@ MAINTAINER= magick@bundy.lip.owl.de
HOMEPAGE= http://kicq.sourceforge.net/
COMMENT= KDE ICQ client
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= icqlib>=1.0.0:../../chat/icqlib
DEPENDS+= kdebase-1.1.2:../../x11/kdebase
diff --git a/chat/kyahoo/Makefile b/chat/kyahoo/Makefile
index 0e960648f63..180f3f291eb 100644
--- a/chat/kyahoo/Makefile
+++ b/chat/kyahoo/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/26 10:32:19 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.3 2001/08/27 14:35:05 tron Exp $
DISTNAME= kyahoo-0.7
CATEGORIES= chat
@@ -11,7 +10,7 @@ HOMEPAGE= http://kyahoo.sourceforge.net/
COMMENT= yahoo client for KDE
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index ef82279bf4f..b7df0d4e1d3 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/06/29 04:54:50 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/08/27 14:35:06 tron Exp $
#
DISTNAME= jpilot-0.99
@@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_USES_MSGFMT= # defined
CONFLICTS+= jpilot-libplugin-*
diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile
index f35ea9850c4..3e0b4f43b24 100644
--- a/cross/armv2-netbsd/Makefile
+++ b/cross/armv2-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/27 14:35:06 tron Exp $
#
DISTVERSION= 1.3.0.0
@@ -18,7 +18,7 @@ EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= armv2-netbsd
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
post-patch: egcs-autoconf
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index 573c70b3ec8..722cdf4af2a 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/03/27 03:19:49 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:06 tron Exp $
#
DISTVERSION= 2.0.7.1
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
COMMENT= Cross-compile environment for iX86 Linux, libc v6
BUILD_DEPENDS+= rpm-*:../../misc/rpm
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
CHECK_SHLIBS= no
WRKSRC= ${WRKDIR}
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile
index 80cd86419bd..5a54ba8abae 100644
--- a/cross/mipsEEel-netbsd/Makefile
+++ b/cross/mipsEEel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/16 07:28:48 kent Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/27 14:35:06 tron Exp $
DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION}
TARGET_ARCH= mipsEEel-netbsd
@@ -44,8 +44,8 @@ DISTFILES+= gcc-${GCC_VERSION}.EE-linux.patch.bz2
GCC_PATCH1= ${_DISTDIR}/gcc-${GCC_VERSION}.EE-linux.patch.bz2
DISTFILES+= gcc-ps2linux-0.9.1.patch.bz2
GCC_PATCH2= ${_DISTDIR}/gcc-ps2linux-0.9.1.patch.bz2
-BUILD_DEPENDS+= bison:../../devel/bison
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= bison-*:../../devel/bison
+BUILD_DEPENDS+= autoconf-*:../../devel/autoconf
pre-patch: binutils-patch gcc-patch
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index 16141d405c5..8d5b80612ff 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/08/26 10:32:19 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/27 14:35:07 tron Exp $
DISTNAME= kmysqladmin-0.5.1
CATEGORIES= databases kde
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.webeifer.de/alwin/programs/kmysqladmin/
COMMENT= Mysql administrators GUI
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
DEPENDS+= kdelibs>=2.1:../../x11/kdelibs2
DEPENDS+= qt2-libs>=2.3.0:../../x11/qt2-libs
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 93eec495281..c29981d840d 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/06/11 06:34:26 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/08/27 14:35:07 tron Exp $
#
DISTNAME= latestCDK
@@ -12,7 +12,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.vexus.ca/CDK.html
COMMENT= Curses Development Kit
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index 8db90a98fce..bc187ad498a 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/08/26 10:32:20 skrll Exp $
+# $NetBSD: Makefile,v 1.25 2001/08/27 14:35:07 tron Exp $
DISTNAME= kdbg-1.2.0
CATEGORIES= devel kde
@@ -10,7 +10,7 @@ HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
COMMENT= Graphical User Interface around gdb using KDE
BUILD_USES_MSGFMT= yes
-DEPENDS+= autoconf-2.13:../autoconf
+DEPENDS+= autoconf>=2.13:../autoconf
DEPENDS+= automake>=1.4:../automake
DEPENDS+= kdevelop-base-1.*:../kdevelop-base
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index f7dad3b89c2..2ce70e753b2 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $
+# $NetBSD: Makefile,v 1.2 2001/08/27 14:35:07 tron Exp $
#
DISTNAME= twin-src-3.1.14
@@ -10,7 +10,7 @@ MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.willows.com
COMMENT= cross-platform implementation of the win32 api
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index f82f4f034aa..01c820dedc4 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/08/26 10:32:20 skrll Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/27 14:35:08 tron Exp $
DISTNAME= gnome-games-1.4.0.2
CATEGORIES= games gnome
@@ -8,7 +8,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME games collection
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
# Required for ports which don't build "libgtop".
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 95147638abe..0d3f22da638 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:57 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2001/08/27 14:35:08 tron Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -14,7 +14,7 @@ HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
COMMENT= Quake over IPv6
DEPENDS= quakedata-*:../../games/quakedata
-BUILD_DEPENDS= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS= autoconf>=2.13:../../devel/autoconf
WRKSRC= ${WRKDIR}/quakeforge
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index e38fc528cdd..332f10bbb0a 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/08/26 10:32:20 skrll Exp $
+# $NetBSD: Makefile,v 1.14 2001/08/27 14:35:08 tron Exp $
DISTNAME= xpuyopuyo-0.9.1
CATEGORIES= games x11
@@ -9,7 +9,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://chaos2.org/xpuyopuyo/
COMMENT= Tetris-like puzzle game
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index d50a8e1b36f..2be969c7aee 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:21 skrll Exp $
+# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:09 tron Exp $
#
DISTNAME= xracer-0.96.9
@@ -9,7 +9,7 @@ MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://xracer.annexia.org/
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= yes
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile
index ca640241d2c..3b466bb775b 100644
--- a/graphics/Mesa-glx/Makefile
+++ b/graphics/Mesa-glx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/07/26 10:38:14 zuntum Exp $
+# $NetBSD: Makefile,v 1.22 2001/08/27 14:35:09 tron Exp $
DISTNAME= glx-20000813
PKGNAME= Mesa-${DISTNAME}
@@ -14,7 +14,7 @@ HOMEPAGE= http://utah-glx.sourceforge.net/
COMMENT= OpenGL like graphics library with GLX hardware acceleration
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= tcl>=8.3.2nb1:../../lang/tcl
BROKEN= Package is outdated and has security problems.
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 3d24af5d34e..82629f703de 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2001/08/26 10:32:21 skrll Exp $
+# $NetBSD: Makefile,v 1.56 2001/08/27 14:35:09 tron Exp $
#
DISTNAME= imlib-1.9.11
@@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.nl.rasterman.com/imlib.html
COMMENT= image manipulation library for X11
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_X11BASE= yes
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index 43eb4a93be5..4de16a6425c 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 03:20:01 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2001/08/27 14:35:09 tron Exp $
#
DISTNAME= libggi-2.0b2.1
@@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.ggi-project.org/
COMMENT= General Graphics Interface library is a flexible drawing library
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= libgii-0.6:../libgii
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 86e2484b187..0a0bcf9860e 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.18 2001/08/27 14:35:09 tron Exp $
#
DISTNAME= Squeak-3.0
@@ -14,7 +14,7 @@ MAINTAINER= fredb@netbsd.org
HOMEPAGE= http://www.squeak.org/
COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= unzip-*:../../archivers/unzip
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4823631f1e7..2a91c5541cc 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2001/08/10 05:31:40 tron Exp $
+# $NetBSD: Makefile,v 1.104 2001/08/27 14:35:10 tron Exp $
DISTNAME= fetchmail-5.8.17
CATEGORIES= mail
@@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= yes
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index fa7eed5ebf2..402b79fffff 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:10 tron Exp $
DISTNAME= mutt-1.3.19i
CATEGORIES= mail
@@ -10,7 +10,7 @@ COMMENT= text-based MIME mail client with PGP support
USE_BUILDLINK_ONLY= YES
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= YES
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index 042b5eb9649..437c0e18900 100644
--- a/mail/xfmail/Makefile
+++ b/mail/xfmail/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/07/03 21:38:27 zuntum Exp $
-#
+# $NetBSD: Makefile,v 1.21 2001/08/27 14:35:10 tron Exp $
DISTNAME= xfmail-1.4.7
CATEGORIES= mail x11
@@ -10,7 +9,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://xfmail.slappy.org/
COMMENT= Xforms based mail application for Unix operating systems
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \
NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc
diff --git a/math/R/Makefile b/math/R/Makefile
index ffd9e7e6eb6..9c31f4863c0 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/08/13 10:25:03 agc Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/27 14:35:10 tron Exp $
DISTNAME= R-1.3.0
CATEGORIES= math
@@ -19,7 +19,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.R-project.org/
COMMENT= Statistical language for data analysis and graphics
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_BUILDLINK_ONLY= # defined
USE_X11= # defined
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index c5004325109..150c273cf68 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/06/11 06:34:43 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2001/08/27 14:35:11 tron Exp $
#
DISTNAME= pspp-0.3.0
@@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
COMMENT= Program for statistical analysis of sampled data
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 67dcc969751..56dda9ff98a 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2001/06/11 06:34:44 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2001/08/27 14:35:11 tron Exp $
#
DISTNAME= vatsrc-4.0b2
@@ -11,7 +11,7 @@ MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/
COMMENT= The Visual Audio Tool - multicast audioconferencing
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= gsm-1.0.10:../../audio/gsm
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile
index da91472db40..0cb9d7ab7d1 100644
--- a/mbone/vic/Makefile
+++ b/mbone/vic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/05/05 19:51:17 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/08/27 14:35:11 tron Exp $
# FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= is@netbsd.org
HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/
COMMENT= MBONE video conferencing tool
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= tk>=8.3.2:../../x11/tk
GNU_CONFIGURE= yes
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index 2026ca6dd73..9b0e53ff98c 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile,v 1.38 2001/08/26 10:32:22 skrll Exp $
+## $NetBSD: Makefile,v 1.39 2001/08/27 14:35:11 tron Exp $
DISTNAME= gnome-utils-1.4.0.2
CATEGORIES= misc x11 gnome
@@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Set of useful GNOME utilities and applications
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= bison-*:../../devel/bison
BUILD_DEPENDS+= xml-i18n-tools-*:../../textproc/xml-i18n-tools
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index d37892abf9a..0aa04bdf616 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.61 2001/08/27 14:35:11 tron Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= high-performance CORBA ORB with support for the C language
DEPENDS+= gindent-*:../../devel/gindent
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_GETTEXT_M4= YES
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index 249ec829b3a..3d7d20eb724 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:45 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.16 2001/08/27 14:35:12 tron Exp $
DISTNAME= irrd2.0a-Aug22-2000
PKGNAME= irrd-2.0.0.20000822
@@ -11,7 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.irrd.net/
COMMENT= Internet Routing Registry Daemon
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= bison-*:../../devel/bison
DEPENDS+= gdbm-*:../../databases/gdbm
DEPENDS+= pgp5-*:../../security/pgp5
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index f6f020989d8..4d82d5342d0 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:47 jlam Exp $
-# $FreeBSD: ports/net/trafshow/Makefile,v 1.14 2000/06/28 12:53:15 alex Exp $
-#
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:13 tron Exp $
DISTNAME= trafshow-3.1
CATEGORIES= net
@@ -15,7 +13,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml
COMMENT= Full screen visualization of the network traffic
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
GNU_CONFIGURE= yes
ALL_TARGET= trafshow
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index f83570199a3..75eb9c4cd4a 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/03/27 03:20:12 hubertf Exp $
-# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
-#
+# $NetBSD: Makefile,v 1.35 2001/08/27 14:35:12 tron Exp $
DISTNAME= ucd-snmp-4.1.2
CATEGORIES= net
@@ -13,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://net-snmp.sourceforge.net/
COMMENT= Extensible SNMP implementation
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEFS+= USE_INET6
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 3bbadd45f39..60fcae36e9f 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.47 2001/08/27 14:35:13 tron Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.zebra.org/
COMMENT= Free multithreaded routing daemon software
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
.include "../../mk/bsd.prefs.mk"
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile
index 82ed3f6948e..0656e83f60e 100644
--- a/security/pakemon/Makefile
+++ b/security/pakemon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:20:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/27 14:35:14 tron Exp $
DISTNAME= pakemon-0.3.1
CATEGORIES= security
@@ -13,7 +13,7 @@ DEPENDS+= libnet-*:../../devel/libnet
# only at compile-time.
#
BUILD_DEPENDS+= libnids-1.14:../../net/libnids
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
GNU_CONFIGURE= yes
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 4dfb410f818..0d645f7ffbd 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:13 tron Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -10,7 +9,7 @@ MAINTAINER= jlam@netbsd.org
#HOMEPAGE= http://srp.stanford.edu/srp/
COMMENT= client programs using Secure Remote Password protocol
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gmp>=2.0.2:../../devel/gmp
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index af21e4dce61..32725dd3a69 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/08/19 16:26:07 martin Exp $
-#
+# $NetBSD: Makefile,v 1.23 2001/08/27 14:35:13 tron Exp $
DISTNAME= stunnel-3.20
CATEGORIES= security
@@ -11,7 +10,7 @@ MAINTAINER= martin@NetBSD.ORG
HOMEPAGE= http://www.stunnel.org/
COMMENT= Universal SSL tunnel
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_BUILDLINK_ONLY= # defined
USE_SSL= # defined
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 0cfb2b558d7..0aa9b965e3f 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/08/01 16:55:38 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2001/08/27 14:35:14 tron Exp $
DISTNAME= apcupsd-3.6.2
CATEGORIES= sysutils
@@ -9,7 +8,7 @@ MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.sibbald.com/apcupsd/
COMMENT= UPS power management for APCC Products
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
USE_GMAKE= # defined
diff --git a/sysutils/koncd/Makefile b/sysutils/koncd/Makefile
index f37c72b3fd1..c3e745372b8 100644
--- a/sysutils/koncd/Makefile
+++ b/sysutils/koncd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/26 10:32:23 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/27 14:35:15 tron Exp $
DISTNAME= koncd-0.7.1
CATEGORIES= sysutils
@@ -8,7 +8,7 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.koncd.de/
COMMENT= Frontend to the fabulous cdrecord and mkisofs programs
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= cdrecord>=1.9:../../sysutils/cdrecord
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile
index 1bb49c8e384..c9fe47fedaf 100644
--- a/sysutils/ups-nut-cgi/Makefile
+++ b/sysutils/ups-nut-cgi/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/27 03:20:18 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:14 tron Exp $
DISTNAME= nut-0.44.3-pre5
PKGNAME= ups-nut-cgi-0.44.3pre5
@@ -12,7 +11,7 @@ COMMENT= Network UPS Tools CGI scripts
DEPENDS+= gd-*:../../graphics/gd
DEPENDS+= ups-nut-0*:../ups-nut
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
WRKSRC= ${WRKDIR}/nut-0.44.3
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index eaab1147d89..598d41dff0d 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/08/14 03:41:39 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:14 tron Exp $
#
DISTNAME= nut-0.44.3-pre5
@@ -33,7 +33,7 @@ GROUPDEL= groupdel
WRKSRC= ${WRKDIR}/nut-0.44.3
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
GNU_CONFIGURE= yes
NUT_DOCDIR= ${LOCALBASE}/share/doc/nut
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile
index 32660c52dc0..fc893b84147 100644
--- a/textproc/eperl/Makefile
+++ b/textproc/eperl/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/05/11 14:42:31 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:15 tron Exp $
DISTNAME= eperl-2.2.14
CATEGORIES= lang perl5 textproc
@@ -9,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.engelschall.com/sw/eperl/
COMMENT= Interpreter/preprocessor for Perl embedded in text documents
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS= libperl>=${LIBPERL5_REQD}:../../lang/libperl
USE_PERL5= # defined
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile
index 0dce4087d65..7eb6c7798d8 100644
--- a/textproc/kdoc/Makefile
+++ b/textproc/kdoc/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/27 09:30:30 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:15 tron Exp $
DISTNAME= kdoc-2.1
CATEGORIES= textproc
@@ -12,7 +11,7 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= C++ and IDL Class Documentation Tool
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index 688f3c23978..a42b7a7b482 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/07/16 15:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2001/08/27 14:35:15 tron Exp $
DISTNAME= AfterStep-1.8.9
PKGNAME= afterstep-1.8.9
@@ -11,7 +11,7 @@ MAINTAINER= fredb@netbsd.org
HOMEPAGE= http://www.afterstep.org/
COMMENT= NeXT-like window manager for X11
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
# XXX
# XXX The following would be "RUN_DEPENDS," if we had such a thing.
# XXX
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 759669fe189..5e25658e3cc 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2001/06/11 06:34:54 jlam Exp $
-# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
-#
+# $NetBSD: Makefile,v 1.37 2001/08/27 14:35:15 tron Exp $
DISTNAME= arena-0.3.62
WRKSRC= ${WRKDIR}/Arena-0.3.62
@@ -11,8 +9,8 @@ MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.yggdrasil.com/Products/Arena/
COMMENT= Experimental HTML 3 browser, supports math and style sheets
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_USES_MSGFMT= yes
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
+BUILD_USES_MSGFMT= YES
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= libwww>=5.2.8:../../www/libwww
DEPENDS+= png>=1.0.11:../../graphics/png
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 68408d0c7bd..d715c25b700 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:14 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:16 tron Exp $
DISTNAME= bluefish-0.6
CATEGORIES= www
@@ -15,8 +14,8 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://bluefish.openoffice.nl/
COMMENT= GTK HTML editor for the experienced web designer
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_USES_MSGFMT= yes
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
+BUILD_USES_MSGFMT= YES
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= weblint-*:../../www/weblint
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index d84cf9deb4a..168b5748823 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/08/21 20:09:58 tron Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:16 tron Exp $
DISTNAME= galeon-0.11.5
CATEGORIES= www
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://galeon.sourceforge.net/
COMMENT= GNOME web browser based on gecko (mozilla rendering engine)
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= xml-i18n-tools-0.8.1:../../textproc/xml-i18n-tools
DEPENDS+= mozilla>=0.9.2:../mozilla
DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index df3575ee45f..3b5d17c7c33 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/08/26 10:32:24 skrll Exp $
-# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
-#
+# $NetBSD: Makefile,v 1.28 2001/08/27 14:35:16 tron Exp $
DISTNAME= w3c-libwww-5.3.2
PKGNAME= libwww-5.3.2nb1
@@ -12,14 +10,14 @@ MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.w3.org/Library/
COMMENT= The W3C Reference Library
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
-USE_BUILDLINK_ONLY= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-#USE_SSL= yes
+USE_BUILDLINK_ONLY= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+#USE_SSL= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib --with-regex --without-x