Fix linkage on systems where separate -ldb is required.
This commit is contained in:
parent
844e867ea9
commit
c1dd717b2f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue