diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-03-26 20:54:12 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-03-26 20:54:12 +0000 |
commit | e48f10fcf0036fbee69b68fdf89a0e6742e016ef (patch) | |
tree | d7d6109222a7a0b011121c6b77f0d50b3d114988 /net | |
parent | 3d65906fdd0f7c5ea349ea4441217da9241e11fc (diff) | |
download | pkgsrc-e48f10fcf0036fbee69b68fdf89a0e6742e016ef.tar.gz |
The configuration script get confused by the darwin libc, and waits for
user action (and thus breaks bulk builds)
Add a NOT_FOR_PLATFORM=Darwin-*-*
Diffstat (limited to 'net')
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 93956cf171e..10b5df92288 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:17:51 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/26 20:54:12 kristerw Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -11,6 +11,8 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html COMMENT= Enhanced Wide Area Information Server +NOT_FOR_PLATFORM= Darwin-*-* + USE_BUILDLINK3= yes USE_PERL5= build USE_LIBTOOL= # defined |