From 5f011ee958bd0a163cbad249278caef47606103a Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 19 Feb 2007 11:19:48 +0000 Subject: IRIX 6 doesn't have getopt_long as well. --- textproc/groff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') 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 -- cgit v1.2.3