diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-19 20:16:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-19 20:16:06 +0000 |
commit | b69d003062c689d7f0ee143e89ab7bf60a3e7b4d (patch) | |
tree | 2720aa306fb899f7298f79e4e99f9b206b6e67f6 /math | |
parent | b0a493911dd8122bb2a041284f5448a260bf7319 (diff) | |
download | pkgsrc-b69d003062c689d7f0ee143e89ab7bf60a3e7b4d.tar.gz |
Add BUILD_DEPENDS on autoconf, since the program manually calls autoheader.
Fixes bulk build failure.
Diffstat (limited to 'math')
-rw-r--r-- | math/snns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |