From a8f6ae1ebde35e89517b949bd943fe47d1d14941 Mon Sep 17 00:00:00 2001 From: stephen Date: Tue, 22 May 2018 23:22:38 +0000 Subject: - 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 --- math/octave-forge-octproj/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 0c4d6ca9912c..888e08e01751 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -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" -- cgit