diff options
author | tron <tron> | 2001-08-27 19:19:27 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 19:19:27 +0000 |
commit | 74a00e50c5497e7ac4ca1e60b7d9d3febcf3cd6b (patch) | |
tree | 11952f34e9b4b21217d0cca30d722b4efac5aef3 /www/galeon | |
parent | b09e53263a277dd881f5f7879456a01aa337882b (diff) | |
download | pkgsrc-74a00e50c5497e7ac4ca1e60b7d9d3febcf3cd6b.tar.gz |
Use wildcard build dependence on "xml-i18n-tools" 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 168b5748823..eb25d65d031 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:16 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/27 19:19:27 tron Exp $ DISTNAME= galeon-0.11.5 CATEGORIES= www @@ -9,7 +9,7 @@ HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME web browser based on gecko (mozilla rendering engine) BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf -BUILD_DEPENDS+= xml-i18n-tools-0.8.1:../../textproc/xml-i18n-tools +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 DEPENDS+= libglade>=0.13:../../devel/libglade |