diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
commit | 076eac50766420179dd43426f3e3171f33cd8e3f (patch) | |
tree | c7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/xterm | |
parent | 6ebc550cc070a14a0857f862f1879fa5bfbf7c7b (diff) | |
download | pkgsrc-076eac50766420179dd43426f3e3171f33cd8e3f.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xterm/options.mk b/x11/xterm/options.mk index 6c1c94a36cf..545259e9601 100644 --- a/x11/xterm/options.mk +++ b/x11/xterm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2010/06/16 16:27:47 drochner Exp $ +# $NetBSD: options.mk,v 1.12 2012/06/15 23:06:08 dholland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xterm PKG_SUPPORTED_OPTIONS= debug pcre freetype luit @@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --disable-freetype ### within libc's namespace, so we should have no problems. ### .if !empty(PKG_OPTIONS:Mpcre) -CONFIGURE_ARGS+= --with-pcre -CONFIGURE_ENV+= ac_cv_lib_pcreposix_pcreposix_regcomp=yes +CONFIGURE_ARGS+= --with-pcre +CONFIGURE_ENV+= ac_cv_lib_pcreposix_pcreposix_regcomp=yes . include "../../devel/pcre/buildlink3.mk" .endif |