diff options
author | wulf <wulf> | 2001-07-14 13:36:54 +0000 |
---|---|---|
committer | wulf <wulf> | 2001-07-14 13:36:54 +0000 |
commit | fde652383143aa6db1deb34b43db437c2ecb2949 (patch) | |
tree | e456b96acc86b2dafb5e0516e24035738fec0348 | |
parent | 6304ff7147d6f1e6241d63c4af91a9166f32ce37 (diff) | |
download | pkgsrc-fde652383143aa6db1deb34b43db437c2ecb2949.tar.gz |
Inappropriate use of DEPENDS statement for xpm, apply USE_XPM instead
-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} |