diff options
author | tv <tv@pkgsrc.org> | 2005-01-18 12:54:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-18 12:54:59 +0000 |
commit | a7dc568add1d6307d2d78a8a3c65c57de6f4114d (patch) | |
tree | 990119f9cc17a63bb0357018e862aa92e69635b9 /textproc/groff | |
parent | 2da652a15b01dfb6aa795f56c2be3647d7566695 (diff) | |
download | pkgsrc-a7dc568add1d6307d2d78a8a3c65c57de6f4114d.tar.gz |
Temporarily mark as NOT_FOR_PLATFORM=Interix due to endless loop in build.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index d77d2b7e726..b46383c6513 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/12/17 18:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2005/01/18 12:54:59 tv Exp $ # DISTNAME= groff-1.19.1 @@ -13,6 +13,8 @@ COMMENT= GNU roff text processing suite DEPENDS+= netpbm>=10.0:../../graphics/netpbm DEPENDS+= psutils>=1.17:../../print/psutils +NOT_FOR_PLATFORM= Interix-*-* # endless loop in build + USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_PERL5= YES |