diff options
author | joerg <joerg> | 2012-03-10 16:06:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-03-10 16:06:35 +0000 |
commit | 45386a52d7ea9f80f9ad2b6abb3c38aacca4ff47 (patch) | |
tree | 964480b4e49c75d2d411651dd06cc77f68d0b2ae /textproc | |
parent | ed824b675952a34efa54e47c51e6e665f9f54b87 (diff) | |
download | pkgsrc-45386a52d7ea9f80f9ad2b6abb3c38aacca4ff47.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" |