svn commit: r391603 - head/databases/php5-tarantool

Mathieu Arnold mat at FreeBSD.org
Wed Jul 8 22:00:23 UTC 2015


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>


More information about the svn-ports-head mailing list