From b69d003062c689d7f0ee143e89ab7bf60a3e7b4d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 19 Dec 2001 20:16:06 +0000 Subject: Add BUILD_DEPENDS on autoconf, since the program manually calls autoheader. Fixes bulk build failure. --- math/snns/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/snns') diff --git a/math/snns/Makefile b/math/snns/Makefile index b390591ba6e..2d6b0792d89 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/07/14 13:36:54 wulf Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/19 20:16:06 wiz Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -9,6 +9,8 @@ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/ COMMENT= Software simulator for neural networks +BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf + USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} -- cgit v1.2.3