diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /textproc/groff | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
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 |