Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 22:00:23 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391603 - head/databases/php5-tarantool
Message-ID:  <201507082200.t68M0Nur072319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+
 .if ${OSVERSION} < 900000
 IGNORE=	does not support FreeBSD versions < 9.0
 .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?201507082200.t68M0Nur072319>