Date: Mon, 28 Jan 2013 10:07:13 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311105 - head/sysutils/procenv Message-ID: <201301281007.r0SA7DiJ020476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Jan 28 10:07:13 2013 New Revision: 311105 URL: http://svnweb.freebsd.org/changeset/ports/311105 Log: Ensure that OSVERSION is defined. Modified: head/sysutils/procenv/Makefile Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Mon Jan 28 09:57:32 2013 (r311104) +++ head/sysutils/procenv/Makefile Mon Jan 28 10:07:13 2013 (r311105) @@ -17,8 +17,10 @@ USE_GMAKE= yes MAN1= procenv.1 PLIST_FILES= bin/procenv +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 BROKEN= does not build on old ${OPSYS} versions .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301281007.r0SA7DiJ020476>