summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-17 23:08:31 +0000
committerjlam <jlam>2004-11-17 23:08:31 +0000
commit3ef3c29a815d1e829b960136b5c7ee1cdfb6dd25 (patch)
treea111fe466af4cb3354956fbab0693450b3a76733 /finance
parent38640ed48850ec8b54fee657c0581395daab1aba (diff)
downloadpkgsrc-3ef3c29a815d1e829b960136b5c7ee1cdfb6dd25.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.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index e0ed316edea..969d8a6b084 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2004/10/23 09:59:10 jdolecek Exp $
+# $NetBSD: Makefile,v 1.70 2004/11/17 23:08:31 jlam Exp $
DISTNAME= gnucash-1.8.9
PKGREVISION= 2
@@ -53,7 +53,6 @@ SUBST_SED.guile14+= "s, guile , ${PREFIX}/${GUILE14_SUBDIR}/bin/guile ,"
.if ${OPSYS} == "NetBSD"
post-buildlink:
- ${LN} -s /usr/include/db.h ${BUILDLINK_DIR}/include/db_185.h
if [ ! -f /usr/include/wctype.h ]; then \
${TOUCH} ${BUILDLINK_DIR}/include/wctype.h; \
fi