svn commit: r470665 - head/math/octave-forge-octproj

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue May 22 23:22:39 UTC 2018


Author: stephen
Date: Tue May 22 23:22:38 2018
New Revision: 470665
URL: https://svnweb.freebsd.org/changeset/ports/470665

Log:
  - Put LIB_DEPENDS in the right place.
  - Add USES=compiler:gcc-c++11-lib hoping to get rid of build errors on
    FreeBSD-11.
  
  Reported by:	http://beefy9.nyi.freebsd.org/data/111amd64-default/470591/logs/octave-forge-octproj-1.1.5_8.log

Modified:
  head/math/octave-forge-octproj/Makefile

Modified: head/math/octave-forge-octproj/Makefile
==============================================================================
--- head/math/octave-forge-octproj/Makefile	Tue May 22 22:55:18 2018	(r470664)
+++ head/math/octave-forge-octproj/Makefile	Tue May 22 23:22:38 2018	(r470665)
@@ -12,13 +12,15 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+LIB_DEPENDS+=	libproj.so:graphics/proj
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
-LIB_DEPENDS+=	libproj.so:graphics/proj
+USES+=		compiler:gcc-c++11-lib
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 


More information about the svn-ports-all mailing list