svn commit: r343217 - head/devel/boost-python-libs

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 7 12:34:42 UTC 2014


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


More information about the svn-ports-head mailing list