summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-10 16:06:35 +0000
committerjoerg <joerg>2012-03-10 16:06:35 +0000
commit6cb794c3d7a56c883a5bc69bd97efd799148c604 (patch)
tree964480b4e49c75d2d411651dd06cc77f68d0b2ae /textproc/mdocml/Makefile
parent16e5e91bf18b0ad053fbebfc3c99629ef21c98ff (diff)
downloadpkgsrc-6cb794c3d7a56c883a5bc69bd97efd799148c604.tar.gz
Fix linkage on systems where separate -ldb is required.
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile4
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"