Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 12:34:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343217 - head/devel/boost-python-libs
Message-ID:  <201402071234.s17CYgkA007095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb  7 12:34:41 2014
New Revision: 343217
URL: http://svnweb.freebsd.org/changeset/ports/343217
QAT: https://qat.redports.org/buildarchive/r343217/

Log:
  Fix index

Modified:
  head/devel/boost-python-libs/Makefile

Modified: head/devel/boost-python-libs/Makefile
==============================================================================
--- head/devel/boost-python-libs/Makefile	Fri Feb  7 12:01:24 2014	(r343216)
+++ head/devel/boost-python-libs/Makefile	Fri Feb  7 12:34:41 2014	(r343217)
@@ -11,7 +11,7 @@ VERBOSE_BUILD_DESC=	Show compiler messag
 
 .include "${.CURDIR}/../boost-all/common.mk"
 
-.include "${PORTSDIR}/devel/boost-all/compiled.mk"
+.include "${.CURDIR}/../boost-all/compiled.mk"
 
 .if ${ARCH} == "sparc64"
 CXXFLAGS=	-O0



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