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 /mail/balsa | |
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 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 6a61a7ee48d..1a9f9ad6b6d 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= balsa-1.4.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -12,6 +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_LIBTOOL= yes USE_X11BASE= yes |