diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-22 23:22:38 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-22 23:22:38 +0000 |
commit | 12b24cc1c1e32c4746156d4257efce82a92f1cc2 (patch) | |
tree | a59fe89971af8a5e6f57ec7efd0eff8316235e94 /math | |
parent | f6900327d3f46b3b1bb7c151d6b4e8d5fb18efad (diff) | |
download | ports-12b24cc1c1e32c4746156d4257efce82a92f1cc2.tar.gz ports-12b24cc1c1e32c4746156d4257efce82a92f1cc2.zip |
Notes
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" |