diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-04 15:31:31 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-04 15:31:31 +0000 |
commit | 8c1dc5d1afad9dc99d115a46027dc89cde2e8a1b (patch) | |
tree | 66decf58ebdd77372eb918adba88e7304967b15f /textproc/mdocml | |
parent | 8c6879c1eec349ab0f3e2f78dc5ec05be1b06c63 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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" |