diff options
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 2548d27ae81..e0d2111257c 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/12/31 14:40:38 ben Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/31 16:28:40 ben Exp $ # DISTNAME= groff-1.19.2 @@ -24,10 +24,6 @@ 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 |