Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2022 22:34:51 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ae835fcbf44d - main - math/octave-forge-image: fix portlint issue.
Message-ID:  <202210282234.29SMYp1p049534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210282234.29SMYp1p049534>