summaryrefslogtreecommitdiff
path: root/x11/wxGTK26
diff options
context:
space:
mode:
authordholland <dholland>2012-06-15 23:06:02 +0000
committerdholland <dholland>2012-06-15 23:06:02 +0000
commit4961ba333c959cbf60494463f2fc3d1d704e817e (patch)
treec7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/wxGTK26
parent14e0058b938e091beadf73e74e97a3645b194ee3 (diff)
downloadpkgsrc-4961ba333c959cbf60494463f2fc3d1d704e817e.tar.gz
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/wxGTK26')
-rw-r--r--x11/wxGTK26/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK26/hacks.mk b/x11/wxGTK26/hacks.mk
index 86a82b8fa31..424536a0c1d 100644
--- a/x11/wxGTK26/hacks.mk
+++ b/x11/wxGTK26/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1.1.1 2008/09/22 19:44:05 joerg Exp $
+# $NetBSD: hacks.mk,v 1.2 2012/06/15 23:06:05 dholland Exp $
#
# Disable the precompiled headers on NetBSD mipseb and sparc64
# machines, otherwise wxGTK will not compile there.
@@ -13,7 +13,7 @@ WXGTK_HACKS_MK= # defined
(${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "sparc64")
PKG_HACKS+= disable-precomp-headers
-CONFIGURE_ARGS+= --disable-precomp-headers
+CONFIGURE_ARGS+= --disable-precomp-headers
.endif
.endif # WXGTK_HACKS_MK