Fix PLIST divergence on Gentoo Linux, that has man2html in PATH.
Disable detection of man2html forcibly.
This commit is contained in:
parent
5b7455e169
commit
599c664d03
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.55 2012/08/14 19:18:08 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2012/09/27 19:45:18 ryoon Exp $
|
||||
|
||||
DISTNAME= dbus-1.6.4
|
||||
PKGREVISION= 1
|
||||
|
@ -28,6 +28,9 @@ SPECIAL_PERMS+= libexec/dbus-daemon-launch-helper ${REAL_ROOT_USER} ${DBUS_GROU
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# Disable man2html detection forcibly
|
||||
CONFIGURE_ENV+= ac_cv_path_MAN2HTML=
|
||||
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
#CONFIGURE_ARGS+= --enable-embedded-tests
|
||||
|
|
Loading…
Reference in a new issue