diff options
author | asami <asami@FreeBSD.org> | 1999-04-05 14:41:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-05 14:41:31 +0800 |
commit | 3f2bdd56836ac263bbda8d2017cdfe90dfa6e4bf (patch) | |
tree | 587611eca204e95eee881c0da8eacd276043e085 /math/snns | |
parent | 5eea33ab9a941bc534985b6bde93b76467c8e972 (diff) | |
download | freebsd-ports-gnome-3f2bdd56836ac263bbda8d2017cdfe90dfa6e4bf.tar.gz freebsd-ports-gnome-3f2bdd56836ac263bbda8d2017cdfe90dfa6e4bf.tar.zst freebsd-ports-gnome-3f2bdd56836ac263bbda8d2017cdfe90dfa6e4bf.zip |
This port requires XLIB. (configure goes into an infinite loop otherwise,
scary!)
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) |