diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
commit | bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /mail | |
parent | a7e2fe95446b9256aa3c5d4f9854059551415f11 (diff) | |
download | pkgsrc-bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 5 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution12/Makefile | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index b426b032a21..06871e29f50 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2004/04/14 16:15:24 jmmv Exp $ # DISTNAME= balsa-1.4.3 @@ -12,9 +12,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.balsa.net/ COMMENT= GNOME EMail client -DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs - GNU_CONFIGURE= yes +USE_DIRS+= xdg-x11-1.1 USE_LIBTOOL= yes USE_X11BASE= yes USE_BUILDLINK2= yes diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 7b1b2f7c725..a3178650583 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/03/31 12:37:00 recht Exp $ +# $NetBSD: Makefile,v 1.27 2004/04/14 16:15:24 jmmv Exp $ DISTNAME= balsa-2.0.17 CATEGORIES= mail gnome @@ -11,8 +11,8 @@ HOMEPAGE= http://balsa.gnome.org/ COMMENT= GNOME2 EMail client BUILD_USES_MSGFMT= yes -DEPENDS+= gnome-dirs>=1.5:../../misc/gnome-dirs +USE_DIRS+= gnome2-1.5 USE_PERL5= build USE_PKGINSTALL= yes USE_BUILDLINK3= yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 9613c64d9f4..e971fe3d17c 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2004/04/14 16:15:24 jmmv Exp $ DISTNAME= evolution-1.4.5 PKGREVISION= 8 @@ -12,7 +12,6 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES @@ -32,6 +31,7 @@ CONFIGURE_ARGS+= --enable-ipv6=no .endif GNU_CONFIGURE= YES +USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_X11= YES USE_LIBTOOL= YES diff --git a/mail/evolution12/Makefile b/mail/evolution12/Makefile index 63649a0c95e..e089a5c8aff 100644 --- a/mail/evolution12/Makefile +++ b/mail/evolution12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/14 16:15:24 jmmv Exp $ DISTNAME= evolution-1.2.4 PKGREVISION= 10 @@ -21,7 +21,6 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES @@ -35,6 +34,7 @@ USE_GNU_TOOLS+= make USE_X11BASE= YES USE_LIBTOOL= YES USE_BUILDLINK2= YES +USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES YACC= ${PREFIX}/bin/bison -y |