diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-20 22:50:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-20 22:50:52 +0000 |
commit | a61950b625ea3065c64b4bc3e961358d1bff8a56 (patch) | |
tree | 9de4cd796ae627d4156189b359758db9cb05457d /www/galeon | |
parent | 070f329df234cc313f26ca01407ef882091e8811 (diff) | |
download | pkgsrc-a61950b625ea3065c64b4bc3e961358d1bff8a56.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 |