From owner-svn-ports-all@freebsd.org Wed Jul 8 22:00:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BA9996350; Wed, 8 Jul 2015 22:00:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 350F119F2; Wed, 8 Jul 2015 22:00:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68M0NTQ072320; Wed, 8 Jul 2015 22:00:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68M0Nur072319; Wed, 8 Jul 2015 22:00:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507082200.t68M0Nur072319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 8 Jul 2015 22:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391603 - head/databases/php5-tarantool 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.20 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: Wed, 08 Jul 2015 22:00:23 -0000 Author: mat Date: Wed Jul 8 22:00:22 2015 New Revision: 391603 URL: https://svnweb.freebsd.org/changeset/ports/391603 Log: Fix. Pointy hat to: vg Sponsored by: Absolight Modified: head/databases/php5-tarantool/Makefile Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Wed Jul 8 21:29:38 2015 (r391602) +++ head/databases/php5-tarantool/Makefile Wed Jul 8 22:00:22 2015 (r391603) @@ -23,8 +23,10 @@ TR_VER= 20150708 CONFIGURE_ARGS+= --with-tarantool +.include + .if ${OSVERSION} < 900000 IGNORE= does not support FreeBSD versions < 9.0 .endif -.include +.include