diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-14 21:56:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-14 21:56:30 +0000 |
commit | 08c85d74ff66308d486da941320ada4aacfbe019 (patch) | |
tree | 25f8d352058278a5924836ac98c3585e6a209dd9 /finance | |
parent | 4118037f3f6d3b61047aafbe92c25783aefb0b6b (diff) | |
download | pkgsrc-08c85d74ff66308d486da941320ada4aacfbe019.tar.gz |
Remove some unneeded dependencies.
The README was outdated, confirmed by the authors.
Bump PKGREVISION.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index c9046af6167..0f9aae4c22e 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2006/07/14 15:20:44 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/14 21:56:30 wiz Exp $ DISTNAME= gnucash-docs-2.0.0 +PKGREVISION= 1 CATEGORIES= finance MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE:=gnucash/} @@ -9,19 +10,9 @@ 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 - -BUILDLINK_DEPMETHOD.libxml2= build -BUILDLINK_DEPMETHOD.libxslt= build - USE_DIRS+= gnome1-1.5 -USE_TOOLS+= gmake perl -USE_LIBTOOL= YES +USE_TOOLS+= gmake GNU_CONFIGURE= YES -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../mk/x11.buildlink3.mk" -.include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |