git: ae7ae656fd46 - main - math/gri: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:58 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae7ae656fd466db6b037d83ea6aed384ba2e20fa

commit ae7ae656fd466db6b037d83ea6aed384ba2e20fa
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:14:04 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:53 +0000

    math/gri: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 math/gri/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/gri/Makefile b/math/gri/Makefile
index 16b7912d1709..c8a13310bc8e 100644
--- a/math/gri/Makefile
+++ b/math/gri/Makefile
@@ -13,10 +13,11 @@ COMMENT=	Extensible plotting language for producing scientific graphs
 
 LIB_DEPENDS=	libnetcdf.so:science/netcdf
 
-USES=		gmake readline shebangfix makeinfo
+USES=		cpe gmake readline shebangfix makeinfo
 SHEBANG_FILES=	doc/examples/FEM.pl src/gri_merge src/gri_unpage
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-FreeBSD
+CPE_VENDOR=	gri_project
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the dev-commits-ports-main mailing list