diff options
author | beat <beat@FreeBSD.org> | 2012-12-15 04:49:18 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-12-15 04:49:18 +0800 |
commit | 4fb8d5aee3b2069a8734f0cef8dc8ca07f4830a2 (patch) | |
tree | f5cacdf930006791325e33ed1263674fcd3b4518 /x11-wm | |
parent | f4caf8a12f22a1001d1bdec12df65cf79e69408d (diff) | |
download | freebsd-ports-gnome-4fb8d5aee3b2069a8734f0cef8dc8ca07f4830a2.tar.gz freebsd-ports-gnome-4fb8d5aee3b2069a8734f0cef8dc8ca07f4830a2.tar.zst freebsd-ports-gnome-4fb8d5aee3b2069a8734f0cef8dc8ca07f4830a2.zip |
- Fix a typo which breaks building with bmake
PR: ports/174330
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/Makefile | 2 |
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 |