Date: Mon, 18 Mar 2013 08:47:08 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314541 - head/shells/bash-devel Message-ID: <201303180847.r2I8l8t0067457@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Mar 18 08:47:07 2013 New Revision: 314541 URL: http://svnweb.freebsd.org/changeset/ports/314541 Log: Move USES prior to bsd.port.pre.mk otherwise the port won't build. Modified: head/shells/bash-devel/Makefile Modified: head/shells/bash-devel/Makefile ============================================================================== --- head/shells/bash-devel/Makefile Mon Mar 18 08:27:56 2013 (r314540) +++ head/shells/bash-devel/Makefile Mon Mar 18 08:47:07 2013 (r314541) @@ -31,6 +31,8 @@ IMPLICITCD_DESC= Use directory name alon COLONBREAKSWORDS_DESC= Colons break words HELP_DESC= Enable builtin help +USES= bison + .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MIMPLICITCD} @@ -46,7 +48,6 @@ INFO= bash MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USES= bison .if ${PORT_OPTIONS:MDOCS} PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180847.r2I8l8t0067457>