From owner-svn-ports-all@FreeBSD.ORG Mon Jan 28 10:07:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7E70EC8; Mon, 28 Jan 2013 10:07:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C62C4838; Mon, 28 Jan 2013 10:07:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0SA7D7t020477; Mon, 28 Jan 2013 10:07:13 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0SA7DiJ020476; Mon, 28 Jan 2013 10:07:13 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201301281007.r0SA7DiJ020476@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 28 Jan 2013 10:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311105 - head/sysutils/procenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 10:07:13 -0000 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 + .if ${OSVERSION} < 800505 BROKEN= does not build on old ${OPSYS} versions .endif -.include +.include