diff options
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/options.mk b/textproc/groff/options.mk index 5006a655cb5..5eaa8f47bfe 100644 --- a/textproc/groff/options.mk +++ b/textproc/groff/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2007/02/02 00:21:37 joerg Exp $ +# $NetBSD: options.mk,v 1.5 2007/02/22 19:27:13 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.groff PKG_SUPPORTED_OPTIONS= groff-docs x11 @@ -20,7 +20,7 @@ PLIST_SRC+= PLIST.x11 .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.fast.prefs.mk" .if ${OPSYS} == "Interix" -CONFIGURE_ENV+= X_EXTRA_LIBS=-lXext +CONFIGURE_ENV+= X_EXTRA_LIBS=-lXext .endif .else CONFIGURE_ARGS+= --without-x |