summaryrefslogtreecommitdiff
path: root/math/snns
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 12:33:35 +0000
committerwiz <wiz>2002-10-21 12:33:35 +0000
commit0627e54c0c2f72fe35b0753b5eb816c500d75688 (patch)
tree5fca3668899707b501209d9be9753fe82cecd304 /math/snns
parentb025836add48b8c57de059be4d65610a9b7226b5 (diff)
downloadpkgsrc-0627e54c0c2f72fe35b0753b5eb816c500d75688.tar.gz
Convert to buildlink2.
Diffstat (limited to 'math/snns')
-rw-r--r--math/snns/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile
index 0735f391107..0681f566599 100644
--- a/math/snns/Makefile
+++ b/math/snns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/10/02 21:42:37 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/21 12:33:35 wiz 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_XPM= YES
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE}
@@ -34,4 +34,5 @@ post-install:
${LOCALBASE}/share/examples/snns; \
done
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"