diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-10 16:06:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-10 16:06:35 +0000 |
commit | c1dd717b2f5eabb930d816a24a3c3ad2308ca3fc (patch) | |
tree | 964480b4e49c75d2d411651dd06cc77f68d0b2ae /textproc | |
parent | 844e867ea91864dceed15b9427ff4fc3cf8422d3 (diff) | |
download | pkgsrc-c1dd717b2f5eabb930d816a24a3c3ad2308ca3fc.tar.gz |
Fix linkage on systems where separate -ldb is required.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index b851d17b4f8..db01326caa3 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/01/18 14:47:13 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/03/10 16:06:35 joerg Exp $ DISTNAME= mdocml-1.12.0 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Man page tool (mdoc macro compiler) LICENSE= 2-clause-bsd # not exactly, but near enough PKG_DESTDIR_SUPPORT= user-destdir -MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= PREFIX=${PREFIX} DBLIB=${BDB_LIBS:Q} .include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |