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/galeon | |
parent | b9a67fb560e9fe290e034cad7c815bb57c6c2ca1 (diff) | |
download | pkgsrc-4061ec7224b48a9c9ea7215a40f74e878bdd3c88.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |