diff options
author | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
commit | b557f43bb6f32cd797903e85e8fe718d2b6b2579 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /finance/gnofin | |
parent | 4f168db8ff3d1a1dd71b815de3355a593fc6bf66 (diff) | |
download | pkgsrc-b557f43bb6f32cd797903e85e8fe718d2b6b2579.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index 19288040ea5..707ddaf3321 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/02 20:06:13 wiz Exp $ # DISTNAME= gnofin-0.8.4 @@ -10,7 +10,6 @@ HOMEPAGE= http://gnofin.sourceforge.net/ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes - DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libxml>=1.8.10:../../textproc/libxml |