diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /www/galeon | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index f77454a45f2..9d9484fe364 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2004/02/18 13:33:41 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2004/03/08 19:40:43 jmmv Exp $ DISTNAME= galeon-1.2.13 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -12,6 +12,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+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs EVAL_PREFIX+= MOZILLA_PREFIX=mozilla EVAL_PREFIX+= ICONV_PREFIX=libiconv |