diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /www | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.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')
-rw-r--r-- | www/bluefish/Makefile | 6 | ||||
-rw-r--r-- | www/epiphany/Makefile | 6 | ||||
-rw-r--r-- | www/galeon/Makefile | 5 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 6182b2c63ed..7ace944df07 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2004/02/09 18:47:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.41 2004/03/08 19:40:43 jmmv Exp $ # DISTNAME= bluefish-0.12 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \ ftp://bluefish.advancecreations.com/bluefish/downloads/ \ @@ -15,7 +15,7 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= weblint-[0-9]*:../../www/weblint BUILD_USES_MSGFMT= YES diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 847049529b2..eca4c82e87e 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/03/06 13:46:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/08 19:40:43 jmmv Exp $ # DISTNAME= epiphany-1.0.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.0/} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/projects/epiphany/ COMMENT= The web browser for the GNOME Desktop BUILD_USES_MSGFMT= YES -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK3= YES 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 |