summaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-19 11:19:48 +0000
committerrillig <rillig>2007-02-19 11:19:48 +0000
commitfd03fbd4bc09240e3c1b050b87fc6ada143751c2 (patch)
tree543244eb08cfeef0ab31f96a6080acda6154e628 /textproc/groff
parentbdc5279f7c06d6b5938ab35d8b41fb0d9b6430d0 (diff)
downloadpkgsrc-fd03fbd4bc09240e3c1b050b87fc6ada143751c2.tar.gz
IRIX 6 doesn't have getopt_long as well.
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile4
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