diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 09:13:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 09:13:00 +0000 |
commit | 344962001d007e1242f22e74572c79a56a441216 (patch) | |
tree | 5ccf7beadc18b5fb642bfc24f45551cb85d4d79e /math/snns | |
parent | c0e7afe2313ea72f4dc6bb50a7d4c0048a192f71 (diff) | |
download | pkgsrc-344962001d007e1242f22e74572c79a56a441216.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/snns')
-rw-r--r-- | math/snns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 1ec962c4580..8cae7d6099f 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:48:10 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 09:13:37 snj Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/ COMMENT= Software simulator for neural networks -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global @@ -33,5 +33,5 @@ post-install: ${LOCALBASE}/share/examples/snns; \ done -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |