summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /finance
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash-docs/Makefile4
-rw-r--r--finance/xfinans/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index 2c298f846d2..1bfd1ad3ace 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:19 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/05 20:50:13 rillig Exp $
DISTNAME= gnucash-docs-1.8.5
CATEGORIES= finance
@@ -9,7 +9,7 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.gnucash.org/
COMMENT= Documentation for GnuCash - personal double-entry accounting program
-BUILD_DEPENDS= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
BUILDLINK_DEPMETHOD.libxml2= build
BUILDLINK_DEPMETHOD.libxslt= build
diff --git a/finance/xfinans/Makefile b/finance/xfinans/Makefile
index 4aed74bfe3f..f682571cd21 100644
--- a/finance/xfinans/Makefile
+++ b/finance/xfinans/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/11/08 16:49:35 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:13 rillig Exp $
#
DISTNAME= xfinans-5.9
@@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.io.com/~acroyear/xfinans/
COMMENT= Xfinans is a useful financial tracking, and account balancing tool
-DEPENDS= gnuplot>=3.7:../../graphics/gnuplot
+DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
WRKSRC= ${WRKDIR}/Xfinans/Src
USE_IMAKE= yes