summaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-15 23:06:02 +0000
committerdholland <dholland@pkgsrc.org>2012-06-15 23:06:02 +0000
commitff816060bd39b709e662c5359d1d123457590836 (patch)
treec7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/xterm
parent1321b597d422b8a5e8b93a2a23c4134ecebe09ef (diff)
downloadpkgsrc-ff816060bd39b709e662c5359d1d123457590836.tar.gz
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/xterm')
-rw-r--r--x11/xterm/options.mk6
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