summaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-01-04 15:31:31 +0000
committerdholland <dholland@pkgsrc.org>2012-01-04 15:31:31 +0000
commit8c1dc5d1afad9dc99d115a46027dc89cde2e8a1b (patch)
tree66decf58ebdd77372eb918adba88e7304967b15f /textproc/mdocml
parent8c6879c1eec349ab0f3e2f78dc5ec05be1b06c63 (diff)
downloadpkgsrc-8c1dc5d1afad9dc99d115a46027dc89cde2e8a1b.tar.gz
Requires Berkeley DB on platforms that don't have db1.85 in libc.
Build fix, no revbump.
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 1bbe50753f8..f2f0f484087 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2011/10/10 12:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2012/01/04 15:31:31 dholland Exp $
DISTNAME= mdocml-1.12.0
CATEGORIES= textproc devel
@@ -12,4 +12,5 @@ LICENSE= 2-clause-bsd # not exactly, but near enough
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FLAGS+= PREFIX=${PREFIX}
+.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"