diff options
author | wulf <wulf@pkgsrc.org> | 2001-07-13 15:15:50 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-07-13 15:15:50 +0000 |
commit | 90141ff7f4d044d1a4dc6733ada07df8b48e3350 (patch) | |
tree | 42606919adb88d5b97dec3a629f360b8ac3eaf5a /math/snns | |
parent | 6b21173ecbf71cfa72e7a7e5daceafff4fea5996 (diff) | |
download | pkgsrc-90141ff7f4d044d1a4dc6733ada07df8b48e3350.tar.gz |
Added missing dependency for xpm-3.4k
Diffstat (limited to 'math/snns')
-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} |