From 9d8fd60370d9e09264ed63856acd92434d1a4d1d Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 19 Mar 2002 08:48:17 +0000 Subject: Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Remove the BUILD_DEPENDS on autoconf --- math/snns/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'math/snns') diff --git a/math/snns/Makefile b/math/snns/Makefile index c93b8291b1d..9951189b472 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/07 07:13:59 jmc Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/19 08:48:17 skrll Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -9,18 +9,14 @@ 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} XGUILOADPATH= ${LOCALBASE}/share/snns -# -# Avoids a double configure loop that looses the install directory -post-configure: - cd ${WRKSRC} && touch configuration/* configure Makefile.def config.h +AUTOMAKE_PATTERNS+= \ + config.hin post-install: ${INSTALL_DATA_DIR} ${XGUILOADPATH}; -- cgit v1.2.3