suppress detection of DOCBOOK, PR pkg/48115
This commit is contained in:
parent
e6f01eb0c2
commit
7883cc0b7a
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/07/15 02:02:25 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2013/08/12 02:17:43 obache Exp $
|
||||
|
||||
DISTNAME= nickle-2.77
|
||||
CATEGORIES= math lang
|
||||
|
@ -11,6 +11,9 @@ LICENSE= mit
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# suppress detection of DOCBOOK
|
||||
CONFIGURE_ENV+= ac_cv_path_DOCBOOK2PDF=
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
|
Loading…
Reference in a new issue