Date: Fri, 14 Dec 2012 20:49:18 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308926 - head/x11-wm/fluxbox Message-ID: <201212142049.qBEKnJ3B044258@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Fri Dec 14 20:49:18 2012 New Revision: 308926 URL: http://svnweb.freebsd.org/changeset/ports/308926 Log: - Fix a typo which breaks building with bmake PR: ports/174330 Submitted by: John Marino <draco@marino.st> Modified: head/x11-wm/fluxbox/Makefile Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Fri Dec 14 20:31:19 2012 (r308925) +++ head/x11-wm/fluxbox/Makefile Fri Dec 14 20:49:18 2012 (r308926) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212142049.qBEKnJ3B044258>