diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-19 11:19:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-19 11:19:48 +0000 |
commit | 5f011ee958bd0a163cbad249278caef47606103a (patch) | |
tree | 543244eb08cfeef0ab31f96a6080acda6154e628 /textproc | |
parent | 92248be659058ef1fbfb35255ce02a48e5b1ff3e (diff) | |
download | pkgsrc-5f011ee958bd0a163cbad249278caef47606103a.tar.gz |
IRIX 6 doesn't have getopt_long as well.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 98018120300..9e724b4e179 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/10/23 12:54:05 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.41 2007/02/19 11:19:48 rillig Exp $ # DISTNAME= groff-1.19.2 @@ -35,7 +35,7 @@ PLIST_SUBST+= GNU_PREFIX="g" PLIST_SUBST+= GNU_PREFIX="" .endif -.if !empty(LOWER_OPSYS:Mirix5*) +.if ${OPSYS} == "IRIX" # needs getopt_long() . include "../../pkgtools/libnbcompat/buildlink3.mk" .endif |