Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 06:49:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400686 - head/databases/tarantool
Message-ID:  <201511030649.tA36n0xC029441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Nov  3 06:49:00 2015
New Revision: 400686
URL: https://svnweb.freebsd.org/changeset/ports/400686

Log:
  Fix when PERL_VERSION is set in make.conf

Modified:
  head/databases/tarantool/Makefile

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Tue Nov  3 05:22:51 2015	(r400685)
+++ head/databases/tarantool/Makefile	Tue Nov  3 06:49:00 2015	(r400686)
@@ -50,9 +50,9 @@ DEBUG_DESC=	Enable debug
 NOT_FOR_ARCHS=	sparc64
 NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-# XXX we rely on USES=perl5 to load bsd.default-versions.mk
+.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
 .if defined(USE_GCC) && ${USE_GCC} == yes && ${GCC_DEFAULT} == 4.8
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-src_trivia_config.h.cmake
 .endif
@@ -71,4 +71,4 @@ post-install:
 		${STAGEDIR}${TT_RUNDIR} \
 		${STAGEDIR}${ETCDIR}/instances.enabled
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511030649.tA36n0xC029441>