diff options
Diffstat (limited to 'textproc/groff/Makefile')
-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} |