diff options
author | wiz <wiz> | 2002-02-20 22:50:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-20 22:50:52 +0000 |
commit | 8b481222cdd2a0a27a5c067e8e6022a1bacdc0bd (patch) | |
tree | 9de4cd796ae627d4156189b359758db9cb05457d /www/galeon | |
parent | 777066aa90622bf5abecd99440547e3711685af0 (diff) | |
download | pkgsrc-8b481222cdd2a0a27a5c067e8e6022a1bacdc0bd.tar.gz |
Add scrollkeeper dependency.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 703349da114..2f418d7e996 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/02/10 05:44:49 taya Exp $ +# $NetBSD: Makefile,v 1.25 2002/02/20 22:50:52 wiz Exp $ DISTNAME= galeon-1.0.3 CATEGORIES= www @@ -11,6 +11,7 @@ COMMENT= GNOME web browser based on gecko (mozilla rendering engine) CONFLICTS= galeon-current-[0-9]* BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools +DEPENDS+= scrollkeeper>=0.2:../../textproc/scrollkeeper DEPENDS+= mozilla>=0.9.8:../mozilla USE_X11BASE= yes |