diff options
author | schwarz <schwarz> | 2006-10-03 13:40:22 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-10-03 13:40:22 +0000 |
commit | 9e7baff0e2c7a93e5036d85a86a430bf99bc7ab1 (patch) | |
tree | a25ec7733bba8dc77d4c06272b6756bcbfbef7e1 /textproc/groff | |
parent | 4ebdf096c115657d53395d157e4cb7b3cebb774a (diff) | |
download | pkgsrc-9e7baff0e2c7a93e5036d85a86a430bf99bc7ab1.tar.gz |
added support for IRIX 5
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 7 |
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} |