diff options
author | wulf <wulf@pkgsrc.org> | 2001-07-14 13:36:54 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-07-14 13:36:54 +0000 |
commit | dcb9f6ed9b0c94d3ee98cab5a45391c2f104173f (patch) | |
tree | e456b96acc86b2dafb5e0516e24035738fec0348 /math/snns/Makefile | |
parent | 04edefa6017fbec532d8c6d22f2cc77f40b22bdd (diff) | |
download | pkgsrc-dcb9f6ed9b0c94d3ee98cab5a45391c2f104173f.tar.gz |
Inappropriate use of DEPENDS statement for xpm, apply USE_XPM instead
Diffstat (limited to 'math/snns/Makefile')
-rw-r--r-- | math/snns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 29434763b95..b390591ba6e 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/13 15:15:50 wulf Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/14 13:36:54 wulf Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -9,8 +9,7 @@ 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 - +USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} |