diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 03:50:14 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 03:50:14 +0000 |
commit | c5b349c2e7f6132d341030d12c7a61b57b252d5a (patch) | |
tree | 8fec9e5480b4479e8eda08542783d1eb244e4937 /math | |
parent | 3bdbe6b1a194a8a24fe48cc495f07cc43c28cd41 (diff) | |
download | pkgsrc-c5b349c2e7f6132d341030d12c7a61b57b252d5a.tar.gz |
+USE_X11.
Diffstat (limited to 'math')
-rw-r--r-- | math/snns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 0681f566599..e4c1b3bf893 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/21 12:33:35 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/12/08 03:50:14 salo Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/ COMMENT= Software simulator for neural networks USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} |