aboutsummaryrefslogtreecommitdiff
path: root/math/snns
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-04-05 06:41:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-04-05 06:41:31 +0000
commit5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92 (patch)
tree5486ab3697ccf89557e521ac9371201303d031e5 /math/snns
parentf6c89560bae049082c5a4bc7572f36049c88ca00 (diff)
downloadports-5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92.tar.gz
ports-5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92.zip
This port requires XLIB. (configure goes into an infinite loop otherwise,
scary!)
Notes
Notes: svn path=/head/; revision=17644
Diffstat (limited to 'math/snns')
-rw-r--r--math/snns/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile
index ef23c734c8cb..34875a2acfb6 100644
--- a/math/snns/Makefile
+++ b/math/snns/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Febuary 1997
# Whom: reg@shale.csir.co.za
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/03 01:04:47 steve Exp $
#
DISTNAME= SNNSv4.1
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/SNNS/
MAINTAINER= reg@shale.csir.co.za
+USE_XLIB= yes
+
post-configure:
@(cd ${WRKSRC} && ./configure < options.FreeBSD)
@(sed -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns)