diff options
author | jdolecek <jdolecek> | 2004-11-26 22:40:00 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-26 22:40:00 +0000 |
commit | 660441b1d9cb6a2ff7149595c080e603372d1ea6 (patch) | |
tree | 294fe476ceee746123212667eac9c01ae401c169 | |
parent | 03708e749122d1b9c2c4e45dd4637fbb14d2932a (diff) | |
download | pkgsrc-660441b1d9cb6a2ff7149595c080e603372d1ea6.tar.gz |
Remove symlink from db.h to db_185.h. This is now handled automatically
by db1.builtin.mk if we actually end up using db1.
-rw-r--r-- | finance/gnucash-docs/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 8579fee3947..d7d9c682ac9 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/11/06 21:46:00 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/26 22:40:00 jdolecek Exp $ DISTNAME= gnucash-docs-1.8.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= finance MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE:=gnucash/} @@ -20,13 +20,6 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB} -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -post-buildlink: - ${LN} -s /usr/include/db.h ${BUILDLINK_DIR}/include/db_185.h -.endif - BUILD_DEPENDS= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILDLINK_DEPMETHOD.libxml2= build |