summaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-10-03 13:40:22 +0000
committerschwarz <schwarz>2006-10-03 13:40:22 +0000
commit32a37fe3dc7a3be20d1af4edb02424f1d1294b59 (patch)
treea25ec7733bba8dc77d4c06272b6756bcbfbef7e1 /textproc/groff
parentf37792ec463e9179b2f4ad83db7d817069589983 (diff)
downloadpkgsrc-32a37fe3dc7a3be20d1af4edb02424f1d1294b59.tar.gz
added support for IRIX 5
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index e294bddfe2a..9f8cf20b24e 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/07/24 16:49:12 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2006/10/03 13:40:22 schwarz Exp $
#
DISTNAME= groff-1.19.2
@@ -34,6 +34,11 @@ PLIST_SUBST+= GNU_PREFIX="g"
PLIST_SUBST+= GNU_PREFIX=""
.endif
+.if !empty(LOWER_OPSYS:Mirix5*)
+# needs getopt_long()
+. include "../../pkgtools/libnbcompat/buildlink3.mk"
+.endif
+
BUILD_DEFS+= PAPERSIZE
.if defined(PAPERSIZE)
CONFIGURE_ENV+= PAGE=${PAPERSIZE:Q}