diff options
author | wulf <wulf> | 2001-07-13 15:15:50 +0000 |
---|---|---|
committer | wulf <wulf> | 2001-07-13 15:15:50 +0000 |
commit | 5182a485f2719b3b9184e3eadc77aaca73c68f55 (patch) | |
tree | 42606919adb88d5b97dec3a629f360b8ac3eaf5a /math | |
parent | 10ed3a9251ba214d1df1c9677cd73436666306d5 (diff) | |
download | pkgsrc-5182a485f2719b3b9184e3eadc77aaca73c68f55.tar.gz |
Added missing dependency for xpm-3.4k
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 2f49fb18f5f..29434763b95 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/28 15:18:03 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/13 15:15:50 wulf 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 +DEPENDS= xpm-3.4k:../../graphics/xpm + GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} |