summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groff/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index 7badb6ec5b3..2548d27ae81 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/12/09 20:40:56 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2005/12/31 14:40:38 ben Exp $
#
DISTNAME= groff-1.19.2
@@ -24,6 +24,10 @@ INFO_FILES= groff
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Interix"
+CONFIGURE_ENV+= X_EXTRA_LIBS=-lXext
+.endif
+
.if defined(PAPERSIZE)
CONFIGURE_ENV+= PAGE=${PAPERSIZE:Q}
.endif