aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-12-14 20:49:18 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-12-14 20:49:18 +0000
commitf1a3322b39983fcac7adb17594542138d1c404da (patch)
treef5cacdf930006791325e33ed1263674fcd3b4518 /x11-wm/fluxbox
parentb73de2c96894c38ce33d6ceecd6ef8a3674d494e (diff)
downloadports-f1a3322b39983fcac7adb17594542138d1c404da.tar.gz
ports-f1a3322b39983fcac7adb17594542138d1c404da.zip
- Fix a typo which breaks building with bmake
PR: ports/174330 Submitted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=308926
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r--x11-wm/fluxbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index 7406ec907a85..d280833e0742 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -124,7 +124,7 @@ post-patch:
${WRKSRC}/util/fluxbox-generate_menu.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/util/fbsetbg
-.if empty(PORT_OPTIONS:MNLS}
+.if empty(PORT_OPTIONS:MNLS)
@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \
${WRKSRC}/configure
.endif