summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-26 23:18:14 +0000
committerjlam <jlam>2002-11-26 23:18:14 +0000
commit976a45a02726b494cfe62152b8e6212852c95e1a (patch)
tree8b202509031911fcb11177dd4dc932344bee5ea8 /finance
parentca86d68c6815b3489e94e424f9462af35d747a4a (diff)
downloadpkgsrc-976a45a02726b494cfe62152b8e6212852c95e1a.tar.gz
Use the swig buildlink2.mk file, which properly only adds a build
dependency on swig instead of a full dependency. This fixes PR 19169 by epg@pretzelnet.org.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 8ddd93d8a32..101ae54cad7 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/10/06 02:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2002/11/26 23:18:14 jlam Exp $
#
DISTNAME= gnucash-1.6.8
@@ -11,7 +11,6 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnucash.org/
COMMENT= Personal double-entry accounting program
-DEPENDS+= swig-1.1p5:../../devel/swig
BUILDLINK_DEPENDS.g-wrap= g-wrap>=1.2.1:../../devel/g-wrap
BUILDLINK_DEPENDS.g-wrap+= g-wrap<1.3.0:../../devel/g-wrap
BUILDLINK_DEPENDS.guile= guile>=1.4:../../lang/guile
@@ -49,6 +48,7 @@ post-extract:
.include "../../devel/g-wrap/buildlink2.mk"
.include "../../devel/libglade/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
+.include "../../devel/swig/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../lang/guile/buildlink2.mk"
.include "../../math/guppi/buildlink2.mk"