diff options
author | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
commit | ff816c1c20fc8b173c1acb7c120607e6bc348db9 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /mail/balsa2 | |
parent | 243e350edbc352e89b5021dd3fe7d7aa24a6c7de (diff) | |
download | pkgsrc-ff816c1c20fc8b173c1acb7c120607e6bc348db9.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |