diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | 4061ec7224b48a9c9ea7215a40f74e878bdd3c88 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /www | |
parent | b9a67fb560e9fe290e034cad7c815bb57c6c2ca1 (diff) | |
download | pkgsrc-4061ec7224b48a9c9ea7215a40f74e878bdd3c88.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'www')
-rw-r--r-- | www/arena/Makefile | 8 | ||||
-rw-r--r-- | www/bluefish/Makefile | 7 | ||||
-rw-r--r-- | www/galeon/Makefile | 4 | ||||
-rw-r--r-- | www/libwww/Makefile | 14 |
4 files changed, 14 insertions, 19 deletions
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 |