diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-04-05 06:41:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-04-05 06:41:31 +0000 |
commit | 5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92 (patch) | |
tree | 5486ab3697ccf89557e521ac9371201303d031e5 /math/snns | |
parent | f6c89560bae049082c5a4bc7572f36049c88ca00 (diff) | |
download | ports-5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92.tar.gz ports-5a36b2d34e1ce8dc3d4bffe6d3ad7f13ae959f92.zip |
Notes
Diffstat (limited to 'math/snns')
-rw-r--r-- | math/snns/Makefile | 4 |
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) |