diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octproj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |