summaryrefslogtreecommitdiff
path: root/math/nickle
diff options
context:
space:
mode:
authorobache <obache>2013-08-12 02:17:43 +0000
committerobache <obache>2013-08-12 02:17:43 +0000
commitefcf9ca69d77c54af4ab01681f0754e9079f9c47 (patch)
treeb83797a1f8899f6c5e512ab14e08c50395e8152b /math/nickle
parentf8f8612b9682b91a5aeaed31cda9f1e21715fc5d (diff)
downloadpkgsrc-efcf9ca69d77c54af4ab01681f0754e9079f9c47.tar.gz
suppress detection of DOCBOOK, PR pkg/48115
Diffstat (limited to 'math/nickle')
-rw-r--r--math/nickle/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/nickle/Makefile b/math/nickle/Makefile
index 293eaf35f76..5a8ee5c8ae6 100644
--- a/math/nickle/Makefile
+++ b/math/nickle/Makefile
@@ -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"