git: ae835fcbf44d - main - math/octave-forge-image: fix portlint issue.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 22:34:51 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae835fcbf44d56a57ec00e4181a45c64a628691f commit ae835fcbf44d56a57ec00e4181a45c64a628691f Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-10-28 22:30:20 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-10-28 22:30:20 +0000 math/octave-forge-image: fix portlint issue. --- math/octave-forge-image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 9d8381ec68b9..3cf08cfb796f 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -14,13 +14,14 @@ LICENSE_NAME= Many different licenses LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= compiler:c++14-lang + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -USES= compiler:c++14-lang GNU_CONFIGURE= yes CXXFLAGS+= -fPIC